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