AFEventFrame.Parents Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.