UriBuilder.Password 속성

정의

URI에 액세스하는 사용자와 관련된 암호를 가져오거나 설정합니다.

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

속성 값

String

URI에 액세스하는 사용자의 암호입니다.

적용 대상