IWebServerOnline Property |
Gets or sets a value indicating that the server is online.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool Online { get; set; }
Property Online As Boolean
Get
Set
property bool Online {
bool get ();
void set (bool value);
}
abstract Online : bool with get, set
Property Value
Type:
BooleanSee Also