AFEventFrames.Parent Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the parent AFEventFrame which owns this
collection.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFEventFrame Parent { get; }
Public ReadOnly Property Parent As AFEventFrame Get Dim instance As AFEventFrames Dim value As AFEventFrame value = instance.Parent
public: property AFEventFrame^ Parent { AFEventFrame^ get (); }
member Parent : AFEventFrame with get
Property Value
Type: AFEventFrameReturns the AFEventFrame which owns this collection.