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