AFElement.None Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
An AFElement that represents no element.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static AFElement None { get; }
Public Shared ReadOnly Property None As AFElement Get Dim value As AFElement value = AFElement.None
public: static property AFElement^ None { AFElement^ get (); }
static member None : AFElement with get
Property Value
Type: AFElementReturns an AFElement that represents no element that can be used in some searches where you want to find objects that do not have an element specified.