次の方法で共有


WindowsConfiguration.EnableAutomaticUpdates プロパティ

定義

仮想マシンで自動更新を有効にするかどうかを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="enableAutomaticUpdates")]
public bool? EnableAutomaticUpdates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableAutomaticUpdates")>]
member this.EnableAutomaticUpdates : Nullable<bool> with get, set
Public Property EnableAutomaticUpdates As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

省略すると、既定値は true になります。

適用対象