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

AF SDK Reference

AFNotificationContact.NotificationTemplate Property

AFNotificationContact.NotificationTemplate Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotificationContact.NotificationTemplate Property
This property returns the AFNotificationTemplate object which owns the notification contact.

Namespace:  OSIsoft.AF.Notification
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public AFNotificationTemplate NotificationTemplate { get; }
Public ReadOnly Property NotificationTemplate As AFNotificationTemplate
	Get

Dim instance As AFNotificationContact
Dim value As AFNotificationTemplate

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

Property Value

Type: AFNotificationTemplate
Returns the AFNotificationTemplate object which owns the notification contact.

Remarks

If this contact is owned by an AFNotification that was created from an AFNotificationTemplate, then both this property and the Notification property will be defined. If this contact is owned by a AFNotificationTemplate, then this property will be defined and the Notification property will return .

If this notification contact collection is a child of another notification contact, use the Parent property to access the parent notification contact.

Version Information

AFSDK


See Also

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