AFAnalysis.Notification Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
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: AFNotificationReturns 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.