AFDeliveryChannel.NotificationTemplate Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the AFNotificationTemplate that owns this object.
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 AFDeliveryChannel Dim value As AFNotificationTemplate value = instance.NotificationTemplate
public: property AFNotificationTemplate^ NotificationTemplate { AFNotificationTemplate^ get (); }
member NotificationTemplate : AFNotificationTemplate with get