Share via


WindowsParameters.KbNumbersToExclude Property

Definition

Gets or sets kbs to exclude in the patch operation

[Newtonsoft.Json.JsonProperty(PropertyName="kbNumbersToExclude")]
public System.Collections.Generic.IList<string> KbNumbersToExclude { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kbNumbersToExclude")>]
member this.KbNumbersToExclude : System.Collections.Generic.IList<string> with get, set
Public Property KbNumbersToExclude As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to