Share via


ServerCreateParameters.AdministratorUserName Property

 

Required. Gets or sets the administrator username that will be used for the new server.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

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

Property Value

Type: System.String

See Also

ServerCreateParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top