IWebServerExternalIPAddress Property |
Gets or sets the IP address of the local machine on the public internet. Optional, used to build
ExternalAddress.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string ExternalIPAddress { get; set; }
Property ExternalIPAddress As String
Get
Set
property String^ ExternalIPAddress {
String^ get ();
void set (String^ value);
}
abstract ExternalIPAddress : string with get, set
Property Value
Type:
StringSee Also