语言

HttpClientConnection100Class.ServerUserName 属性

定义

获取或设置用于登录服务器的用户名。

public:
 virtual property System::String ^ ServerUserName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(4)]
public virtual string ServerUserName { [System.Runtime.InteropServices.DispId(4)] get; [System.Runtime.InteropServices.DispId(4)] set; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
[<set: System.Runtime.InteropServices.DispId(4)>]
member this.ServerUserName : string with get, set
Public Overridable Property ServerUserName As String

属性值

一个包含登录服务器用户名的字符串。

实现

属性

适用于