Share via


WindowsProperties.IncludedKbNumbers Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to