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