Share via


WindowsProperties.IncludedUpdateClassifications Property

Definition

Gets or sets update classification included in the software update configuration. A comma separated string with required values. Possible values include: 'Unclassified', 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', 'Updates'

[Newtonsoft.Json.JsonProperty(PropertyName="includedUpdateClassifications")]
public string IncludedUpdateClassifications { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="includedUpdateClassifications")>]
member this.IncludedUpdateClassifications : string with get, set
Public Property IncludedUpdateClassifications As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to