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 命名空间

返回页首