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