AFDeliveryChannel.Template Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the AFNotificationContactTemplate that owns this object.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFNotificationContactTemplate Template { get; set; }
Public Property Template As AFNotificationContactTemplate Get Set Dim instance As AFDeliveryChannel Dim value As AFNotificationContactTemplate value = instance.Template instance.Template = value
public: property AFNotificationContactTemplate^ Template { AFNotificationContactTemplate^ get (); void set (AFNotificationContactTemplate^ value); }
member Template : AFNotificationContactTemplate with get, set