Share via


DscMetaConfiguration.RebootNodeIfNeeded Property

Definition

Gets or sets the RebootNodeIfNeeded value of the meta configuration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to