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

AF SDK Reference

AFAnalysisTemplate.NotificationTemplate Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysisTemplate.NotificationTemplate Property
This property returns the AFNotificationTemplate that is associated with this AFAnalysisTemplate.

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: AFNotificationTemplate
Returns 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in