AFNotificationContacts.NotificationTemplate Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property returns the AFNotificationTemplate object which owns the
notification contact collection.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFNotificationTemplate NotificationTemplate { get; }
Public ReadOnly Property NotificationTemplate As AFNotificationTemplate Get Dim instance As AFNotificationContacts Dim value As AFNotificationTemplate value = instance.NotificationTemplate
public: property AFNotificationTemplate^ NotificationTemplate { AFNotificationTemplate^ get (); }
member NotificationTemplate : AFNotificationTemplate with get
Property Value
Type: AFNotificationTemplateReturns the AFNotificationTemplate object which owns the notification contact collection.
Remarks
If this contact collection is owned by a AFNotification that was created from an AFNotificationTemplate, then both this property and the Notification property will be defined. If this contact collection 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.