Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

Product Family
Current publication

AFNotificationContent.Notification Property

Table of Contents

AFNotificationContent.Notification Property

AFNotificationContent.Notification Property
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: AFNotification
Returns 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.

Version Information

AFSDK


See Also

Was this topic helpful?