AFEnumerationValue.Values Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The list of child enumeration values.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.