AFNotificationContent.Notification Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
This property returns the AFNotification object which owns the content.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public AFNotification Notification { get; }
Public ReadOnly Property Notification As AFNotification Get Dim instance As AFNotificationContent 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.
Remarks
If this content is owned by a AFNotification that was created from the
content defined by an AFNotificationTemplate, then both this property and the
NotificationTemplate property will be defined. If this content is owned by a
AFNotificationTemplate, then this property will return null
and the AFNotificationTemplate property will be defined.