获取或设置一个值,它指定要连接的主机和端口号。
[Visual Basic]
Public Property Server As String
[C#]
public string Server {get; set;}
[C++]
public: __property String* get_Server();
public: __property void set_Server(String*);
[JScript]
public function get Server() : String;
public function set Server(String);
表示要连接的主机和端口的字符串。