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

AF SDK Reference

AFAnalysis.Notification Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysis.Notification Property
This property returns the AFNotification that is associated with this AFAnalysis.

Namespace:  OSIsoft.AF.Analysis
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 AFAnalysis
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 that is associated with this AFAnalysis. If the analysis is not associated with a notification, then is returned.

Remarks

If the analysis cannot load the associated notification or it is not associated with a notification, then this property will return . To make the association between the analysis and a notification, set the notification's Analysis property.

The analysis assigned to the notification is owned by the notification and maintains a compositional relationship to the notification. This means that when either the analysis or notification are checked out, both are checked out together. When either are applied or checked in to the server, both are applied or checked in together.

Version Information

AFSDK


See Also

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