IAFList.Parent Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The parent AFObject that owns the collection.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.