AFNotificationTemplate.AnalysisTemplate Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFAnalysisTemplate used to create the AFAnalysis
for the AFNotification created from this template.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAnalysisTemplate AnalysisTemplate { get; set; }
Public Property AnalysisTemplate As AFAnalysisTemplate Get Set Dim instance As AFNotificationTemplate Dim value As AFAnalysisTemplate value = instance.AnalysisTemplate instance.AnalysisTemplate = value
public: property AFAnalysisTemplate^ AnalysisTemplate { AFAnalysisTemplate^ get (); void set (AFAnalysisTemplate^ value); }
member AnalysisTemplate : AFAnalysisTemplate with get, set
Property Value
Type: AFAnalysisTemplateReturns the AFAnalysisTemplate used to create the AFAnalysis for the AFNotification created from this template.
Remarks
When an AFNotification is created from this AFNotificationTemplate, the AFAnalysisTemplate specified by this property is used to create a new AFAnalysis for the new notification.
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.