BasicAuthenticationCloudCredentials.Username Property
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
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
Property Value
Type: System.String
See Also
BasicAuthenticationCloudCredentials Class
Microsoft.WindowsAzure Namespace
Return to top