Share via


UserAccountSettings.AdminUserPassword Property

Definition

Gets or sets password.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Password of the administrator user account.

Applies to