AFNotificationRuleSubscriber.DeliveryChannel Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The instance of the AFDeliveryChannel that is used by the
AFNotificationRuleSubscriber to deliver notifications.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFDeliveryChannel DeliveryChannel { get; }
Public ReadOnly Property DeliveryChannel As AFDeliveryChannel Get Dim instance As AFNotificationRuleSubscriber Dim value As AFDeliveryChannel value = instance.DeliveryChannel
public: property AFDeliveryChannel^ DeliveryChannel { AFDeliveryChannel^ get (); }
member DeliveryChannel : AFDeliveryChannel with get
Property Value
Type: AFDeliveryChannelReturns the AFDeliveryChannel instance used to deliver notifications to subscribers.