AFEventFrame.Parents Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This is a collection of all AFEventFrame objects that reference this event frame.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFNamedCollectionList<AFEventFrame> Parents { get; }
Public ReadOnly Property Parents As AFNamedCollectionList(Of AFEventFrame) Get Dim instance As AFEventFrame Dim value As AFNamedCollectionList(Of AFEventFrame) value = instance.Parents
public: property AFNamedCollectionList<AFEventFrame^>^ Parents { AFNamedCollectionList<AFEventFrame^>^ get (); }
member Parents : AFNamedCollectionList<AFEventFrame> with get
Property Value
Type: AFNamedCollectionListAFEventFrameA collection of all AFEventFrame objects that reference this event frame.