UriBuilder.UserName プロパティ

定義

URI にアクセスするユーザーに関連付けられているユーザー名を取得または設定します。

public:
 property System::String ^ UserName { System::String ^ get(); void set(System::String ^ value); };
public string UserName { get; set; }
member this.UserName : string with get, set
Public Property UserName As String

プロパティ値

String

URI にアクセスするユーザーの名前。

適用対象