PIServer.StateSets Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is the collection of PI Digital State Sets on the PIServer represented
as a collection of AFEnumerationSet
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public PIStateSets StateSets { get; }
Public ReadOnly Property StateSets As PIStateSets Get Dim instance As PIServer Dim value As PIStateSets value = instance.StateSets
public: property PIStateSets^ StateSets { PIStateSets^ get (); }
member StateSets : PIStateSets with get
Property Value
Type: PIStateSetsReturns the collection of PI Digital State Sets.