WindowsParameters.ClassificationsToInclude Property

Definition

Gets or sets the update classifications to select when installing patches for Windows.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to