AFDeliveryChannel.NotificationContact Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the notification contact that owns this object.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFNotificationContact NotificationContact { get; set; }
Public Property NotificationContact As AFNotificationContact Get Set Dim instance As AFDeliveryChannel Dim value As AFNotificationContact value = instance.NotificationContact instance.NotificationContact = value
public: property AFNotificationContact^ NotificationContact { AFNotificationContact^ get (); void set (AFNotificationContact^ value); }
member NotificationContact : AFNotificationContact with get, set