AFNotification.Analysis Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The AFAnalysis that is used for delivering the notification events.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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: AFAnalysisReturns 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.