AFNotificationContactTemplate.DeliveryChannel Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The instance of the delivery channel that is associated with the
AFNotificationContactTemplate to configure deliver notifications.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFDeliveryChannel DeliveryChannel { get; }
Public ReadOnly Property DeliveryChannel As AFDeliveryChannel Get Dim instance As AFNotificationContactTemplate Dim value As AFDeliveryChannel value = instance.DeliveryChannel
public: virtual property AFDeliveryChannel^ DeliveryChannel { AFDeliveryChannel^ get () sealed; }
abstract DeliveryChannel : AFDeliveryChannel with get override DeliveryChannel : AFDeliveryChannel with get
Property Value
Type: AFDeliveryChannelReturns the delivery channel instance used to configure deliver notifications to contacts.