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 的使用者名稱。

適用於