Share via


ServerPropertiesForDefaultCreate.AdministratorLogin Property

Definition

Gets or sets the administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). The login name is required when updating password.

[Newtonsoft.Json.JsonProperty(PropertyName="administratorLogin")]
public string AdministratorLogin { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="administratorLogin")>]
member this.AdministratorLogin : string with get, set
Public Property AdministratorLogin As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to