AFServer.AutoCreateNotificationsEnabled Property
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
public bool AutoCreateNotificationsEnabled { get; }
Public ReadOnly Property AutoCreateNotificationsEnabled As Boolean Get Dim instance As AFServer Dim value As Boolean value = instance.AutoCreateNotificationsEnabled
public: property bool AutoCreateNotificationsEnabled { bool get (); }
member AutoCreateNotificationsEnabled : bool with get