BasicAuthenticationCloudCredentials.Username Propriedade
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe BasicAuthenticationCloudCredentials
Namespace Microsoft.WindowsAzure
Retornar ao topo