AFNotificationContacts.Parent Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the AFNotificationContact that owns this
collection of notification contacts.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFNotificationContact Parent { get; }
Public ReadOnly Property Parent As AFNotificationContact Get Dim instance As AFNotificationContacts Dim value As AFNotificationContact value = instance.Parent
public: property AFNotificationContact^ Parent { AFNotificationContact^ get (); }
member Parent : AFNotificationContact with get
Property Value
Type: AFNotificationContactReturns the AFNotificationContact that is the parent of this collection of notification contacts. If the collection is not contained within another notification contact, for example if it is in the top level collection from the AFNotification object, then this property will return .
Remarks
Use the Notification or NotificationTemplate property
to get direct access to the owning AFNotification or
AFNotificationTemplate of this collection, regardless of how deep the
collection may be within the notification contact hierarchy.