Back to product page

Activated property


Determines if WebServer is activated or not.

Type

Boolean

Syntax

  • C#
  • VB.NET
Boolean Activated {get; };

ReadOnly Property Activated As Boolean

Remarks

Activated is a read-only property that determines if wodWebServer.NET is currently running or not. Although you cannot set value of this property, you can change it indirectly using Start and Stop methods.

Platforms

Windows