AFAnalysisTemplate.NotificationTemplate Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFNotificationTemplate NotificationTemplate { get; }
Public ReadOnly Property NotificationTemplate As AFNotificationTemplate Get Dim instance As AFAnalysisTemplate Dim value As AFNotificationTemplate value = instance.NotificationTemplate
public: property AFNotificationTemplate^ NotificationTemplate { AFNotificationTemplate^ get (); }
member NotificationTemplate : AFNotificationTemplate with get
Property Value
Type: AFNotificationTemplateReturns the AFNotificationTemplate that is associated with this AFAnalysisTemplate. If the analysis template is not associated with a notification template, then is returned.
Remarks
If the analysis template cannot load the associated notification template or it is not associated with a notification template, then this property will return . To make the association between the analysis template and a notification template, set the notification template's AnalysisTemplate property.
The analysis template assigned to the notification template is owned by the notification template and maintains a compositional relationship to the notification template. This means that when either the analysis template or notification template 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.