IMainViewWebServerLocalAddress Property |
Gets or sets the address of the web server on the local loopback.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string WebServerLocalAddress { get; set; }
Property WebServerLocalAddress As String
Get
Set
property String^ WebServerLocalAddress {
String^ get ();
void set (String^ value);
}
abstract WebServerLocalAddress : string with get, set
Property Value
Type:
StringSee Also