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