AFServer.EventsEnabled 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 EventsEnabled { get; }
Public ReadOnly Property EventsEnabled As Boolean Get Dim instance As AFServer Dim value As Boolean value = instance.EventsEnabled
public: property bool EventsEnabled { bool get (); }
member EventsEnabled : bool with get