AFNotificationRule.HasTemplate Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.