AFDeliveryChannel.Template Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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