Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

Product Family
Current publication
Table of Contents

AFNotificationContact.Parent Property

AFNotificationContact.Parent Property
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: AFNotificationContact
Returns 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.

Version Information

AFSDK


See Also

Was this topic helpful?