AFEnumerationSet.SystemStateSet Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The standard system enumeration set.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static AFEnumerationSet SystemStateSet { get; }
Public Shared ReadOnly Property SystemStateSet As AFEnumerationSet Get Dim value As AFEnumerationSet value = AFEnumerationSet.SystemStateSet
public: static property AFEnumerationSet^ SystemStateSet { AFEnumerationSet^ get (); }
static member SystemStateSet : AFEnumerationSet with get
Property Value
Type: AFEnumerationSet
Remarks
This is a collection of the standard system AFEnumerationValues.
The AFSystemStateCode enumeration can be used along with the GetBySystemStateCode(AFSystemStateCode)
method to easily access items in this collection.