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