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

AF SDK Reference

AFNotificationContacts.Parent Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotificationContacts.Parent Property
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: AFNotificationContact
Returns 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in