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 的用户的密码。

适用于