AFEnumerationValue.Values Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The list of child enumeration values.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFEnumerationValues Values { get; }
Public ReadOnly Property Values As AFEnumerationValues Get Dim instance As AFEnumerationValue Dim value As AFEnumerationValues value = instance.Values
public: property AFEnumerationValues^ Values { AFEnumerationValues^ get (); }
member Values : AFEnumerationValues with get
Property Value
Type: AFEnumerationValuesFor hierarchical enumeration values, the returned list contains the child values of this enumeration value.