AFNotificationRuleTemplate.None Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
A AFNotificationRuleTemplate that represents no notification rule template.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public static AFNotificationRuleTemplate None { get; }
Public Shared ReadOnly Property None As AFNotificationRuleTemplate Get Dim value As AFNotificationRuleTemplate value = AFNotificationRuleTemplate.None
public: static property AFNotificationRuleTemplate^ None { AFNotificationRuleTemplate^ get (); }
static member None : AFNotificationRuleTemplate with get
Property Value
Type: AFNotificationRuleTemplateReturns an AFNotificationRuleTemplate that represents no notification rule template that can be used in some searches where you want to find objects that do not have a notification rule template specified.