WindowsProperties.IncludedUpdateClassifications Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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