AFEnumerationValues.Parent Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The parent of the collection of child hierarchical enumeration values.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFEnumerationValue Parent { get; }
Public ReadOnly Property Parent As AFEnumerationValue Get Dim instance As AFEnumerationValues Dim value As AFEnumerationValue value = instance.Parent
public: property AFEnumerationValue^ Parent { AFEnumerationValue^ get (); }
member Parent : AFEnumerationValue with get
Property Value
Type: AFEnumerationValueReturns the parent enumeration value for this collection of child enumeration values.