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

AF SDK Reference

AFNotification.Analysis Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotification.Analysis Property
The AFAnalysis that is used for delivering the notification events.

Namespace:  OSIsoft.AF.Notification
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public AFAnalysis Analysis { get; set; }
Public Property Analysis As AFAnalysis
	Get
	Set

Dim instance As AFNotification
Dim value As AFAnalysis

value = instance.Analysis

instance.Analysis = value
public:
property AFAnalysis^ Analysis {
	AFAnalysis^ get ();
	void set (AFAnalysis^ value);
}
member Analysis : AFAnalysis with get, set

Property Value

Type: AFAnalysis
Returns the AFAnalysis that is used for delivering the notification events.

Remarks

When the notification is created from an AFNotificationTemplate, an AFAnalysis is automatically created for this notification based upon the AFNotificationTemplate.AnalysisTemplate 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