Share via


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

プロパティ値

サーバーへのログオンに使用するユーザー名を含む文字列。

実装

属性

適用対象