AFNotificationContact.Parent Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
This read-only property returns the AFNotificationContact that
is the parent of this notification contact.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public AFNotificationContact Parent { get; }
Public ReadOnly Property Parent As AFNotificationContact Get Dim instance As AFNotificationContact 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 notification contact. If the notification contact is not contained within another notification contact, for example an notification contact accessed directly from the AFNotification object, then this property will return null.
Remarks
Use the Notification or NotificationTemplate property
to get direct access to the owning AFNotification or
AFNotificationTemplate of this notification contact, regardless of
how deep the notification contact may be within the notification contact hierarchy.