AFNotificationRuleTemplate.None Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
A AFNotificationRuleTemplate that represents no notification rule template.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.