WindowsParameters.ExcludeKbsRequiringReboot Property

Definition

Gets or sets filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to