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에 액세스하는 사용자의 이름입니다.

적용 대상