Share via


BasicAuthenticationCloudCredentials.Password Property

 

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

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

Property Value

Type: System.String

See Also

BasicAuthenticationCloudCredentials Class
Microsoft.WindowsAzure Namespace

Return to top