CredentialCreateProperties.Password Property
Required. Gets or sets the password of the credential.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.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
CredentialCreateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top