AFDeliveryChannel.NotificationRuleTemplate Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- 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.1.0.1156
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