IVMRCClientControl::ServerAddress property

The ServerAddress property contains the network address of the VMRC server.

This property is read/write.

Syntax

HRESULT put_ServerAddress(
  [in]  BSTR serverAddress
);

HRESULT get_ServerAddress(
  [out] BSTR *serverAddress
);

VB
VMRCClientControl.ServerAddress( _
  ByRef serverAddress, _
  ByVal serverAddress _
)

Property value

The network address of the VMRC server.

This property value is read/write.

Error codes

Name Meaning
S_OK
The operation was successful.
S_FALSE
This property cannot be changed at this time.
E_INVALIDARG
The serverAddress parameter was NULL.

Remarks

The server address may be specified either by its DNS name or by a dotted-decimal TCP/IP address.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VMRCClientControl.h
Library
VMRCClientControl.lib

See also

IVMRCClientControl