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 之使用者的密碼。

適用於