IAFList.Parent Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The parent AFObject that owns the collection.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
AFObject Parent { get; }
ReadOnly Property Parent As AFObject Get Dim instance As IAFList Dim value As AFObject value = instance.Parent
property AFObject^ Parent { AFObject^ get (); }
abstract Parent : AFObject with get
Property Value
Type: AFObjectReturns the parent AFObject that owns the collection.