IAFNotificationContact.DeliveryChannelPlugIn Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The DeliveryChannelPlugIn of the AFNotificationContactTemplate or
AFNotificationContact.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
AFPlugIn DeliveryChannelPlugIn { get; set; }
Property DeliveryChannelPlugIn As AFPlugIn Get Set Dim instance As IAFNotificationContact Dim value As AFPlugIn value = instance.DeliveryChannelPlugIn instance.DeliveryChannelPlugIn = value
property AFPlugIn^ DeliveryChannelPlugIn { AFPlugIn^ get (); void set (AFPlugIn^ value); }
abstract DeliveryChannelPlugIn : AFPlugIn with get, set
Property Value
Type: AFPlugInThis property maps to the AFNotificationContactTemplate.DeliveryChannelPlugIn or AFNotificationContact.DeliveryChannelPlugIn.