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

AF SDK Reference

AFNotificationContent.Notification Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
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.1.1182

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 and the AFNotificationTemplate property will be defined.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in