INetworkConnectorAddress Property |
Gets or sets the address of the machine to connect to. Unused if the
connector is in passive mode.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string Address { get; set; }
Property Address As String
Get
Set
property String^ Address {
String^ get ();
void set (String^ value);
}
abstract Address : string with get, set
Property Value
Type:
StringSee Also