Host

Top  Previous  Next

The Host property holds Address of the remote computer system to which connection needs to be established.

 

 

 

Syntax

 

 

[VC++]

CString GetHost();

void SetHost(LPCTSTR lpszNewValue);

 

[CS]

public abstract new string Host [  get,  set ]

 

[VB]

Property Host As String