AFNotificationRule.HasTemplate Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property indicates if this notification rule is defined by an AFNotificationRuleTemplate.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool HasTemplate { get; }
Public ReadOnly Property HasTemplate As Boolean Get Dim instance As AFNotificationRule Dim value As Boolean value = instance.HasTemplate
public: property bool HasTemplate { bool get (); }
member HasTemplate : bool with get
Property Value
Type: BooleanReturns if this notification rule is defined by an AFNotificationRuleTemplate.
Remarks
This property can be used to determine if this notification rule is defined by an AFNotificationRuleTemplate
without loading the template from the server.