UserAccountSettings.AdminUserPassword プロパティ

定義

パスワードを取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

管理者のユーザー アカウントのパスワード。

適用対象