AFElements.Parent Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the parent object which owns this
collection.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFObject Parent { get; }
Public ReadOnly Property Parent As AFObject Get Dim instance As AFElements Dim value As AFObject value = instance.Parent
public: property AFObject^ Parent { AFObject^ get (); }
member Parent : AFObject with get
Property Value
Type: AFObjectReturns the object which owns this collection. It could be one of the following object types: AFDatabase, AFElement, or AFLayer.