次の方法で共有


BasicAuthenticationCloudCredentials.Username プロパティ

 

名前空間:   Microsoft.WindowsAzure
アセンブリ:  Microsoft.WindowsAzure.Common (Microsoft.WindowsAzure.Common.dll 内)

構文

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

プロパティ値

Type: System.String

参照

BasicAuthenticationCloudCredentials クラス
Microsoft.WindowsAzure 名前空間

トップに戻る