ServerChangeAdministratorPasswordParameters.NewPassword Property
Required. Gets or sets the new password for the administrator.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string NewPassword { get; set; }
public:
property String^ NewPassword {
String^ get();
void set(String^ value);
}
member NewPassword : string with get, set
Public Property NewPassword As String
Property Value
Type: System.String
See Also
ServerChangeAdministratorPasswordParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top