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

AF SDK Reference

AFNotificationContactTemplates.Parent Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotificationContactTemplates.Parent Property
This read-only property returns the AFNotificationContactTemplate 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 AFNotificationContactTemplate Parent { get; }
Public ReadOnly Property Parent As AFNotificationContactTemplate
	Get

Dim instance As AFNotificationContactTemplates
Dim value As AFNotificationContactTemplate

value = instance.Parent
public:
property AFNotificationContactTemplate^ Parent {
	AFNotificationContactTemplate^ get ();
}
member Parent : AFNotificationContactTemplate with get

Property Value

Type: AFNotificationContactTemplate
Returns the AFNotificationContactTemplate 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 OSIsoft.AF.Notification property to get direct access to the owning AFNotification object of this collection, regardless of how deep the collection may be within the notification contact hierarchy.

Version Information

AFSDK


See Also

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