Share via


WindowsProperties.ExcludedKbNumbers Property

Definition

Gets or sets KB numbers excluded from the software update configuration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to