UpdateScope.ExcludedInstallationStates Property

 

Applies To: Windows Server Update Services

Gets or sets the installation states to exclude. An update will be included only if it does not have any computers in any of the specified states. This value may be a combination of any number of values from UpdateInstallationStates. Defaults to 0.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public UpdateInstallationStates ExcludedInstallationStates { get; set; }
public:
property UpdateInstallationStates ExcludedInstallationStates {
    UpdateInstallationStates get();
    void set(UpdateInstallationStates value);
}
member ExcludedInstallationStates : UpdateInstallationStates with get, set
Public Property ExcludedInstallationStates As UpdateInstallationStates

Property Value

Type: Microsoft.UpdateServices.Administration.UpdateInstallationStates

The installation states to exclude. An update will be included only if it does not have any computers in any of the specified states. This value may be a combination of any number of values from UpdateInstallationStates. Defaults to 0.

See Also

UpdateScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top