AFCategory.None Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
An AFCategory that represents no category.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.