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