WindowsProperties Class

Definition

Windows specific update configuration.

public class WindowsProperties
type WindowsProperties = class
Public Class WindowsProperties
Inheritance
WindowsProperties

Constructors

WindowsProperties()

Initializes a new instance of the WindowsProperties class.

WindowsProperties(String, IList<String>, IList<String>, String)

Initializes a new instance of the WindowsProperties class.

Properties

ExcludedKbNumbers

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

IncludedKbNumbers

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

IncludedUpdateClassifications

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'

RebootSetting

Gets or sets reboot setting for the software update configuration.

Applies to