AFNotificationContact.Notification Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the AFNotification object which owns the
notification contact.
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 AFNotificationContact Dim value As AFNotification value = instance.Notification
public: property AFNotification^ Notification { AFNotification^ get (); }
member Notification : AFNotification with get
Property Value
Type: AFNotificationReturns the AFNotification object which owns the notification contact.
Remarks
If this contact is owned by a AFNotification that was created from an AFNotificationTemplate, then both this property and the NotificationTemplate property will be defined. If this contact is owned by a AFNotificationTemplate, then this property will return and the AFNotificationTemplate property will be defined.
If this notification contact collection is a child of another notification contact, use the Parent property to access the parent notification contact.