AFNotificationContact.Template Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the AFNotificationContactTemplate
that was used to create this AFNotificationContact.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFNotificationContactTemplate Template { get; }
Public ReadOnly Property Template As AFNotificationContactTemplate Get Dim instance As AFNotificationContact Dim value As AFNotificationContactTemplate value = instance.Template
public: property AFNotificationContactTemplate^ Template { AFNotificationContactTemplate^ get (); }
member Template : AFNotificationContactTemplate with get
Property Value
Type: AFNotificationContactTemplateReturns the AFNotificationContactTemplate that was used to create this AFNotificationContact. If the notification contact was not created from a template, then is returned.
Remarks
If the notification contact cannot load the associated template or it was not created from
a template, then this property will return .