Share via


InputWindowsParameters.KbNumbersToExclude Property

Definition

Gets or sets windows KBID to be excluded for patching.

[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