PIServer.StateSets Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.