IAFList.Parent Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
The parent AFObject that owns the collection.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
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.