ComputerTargetScope.ExcludedInstallationStates Property

 

Applies To: Windows Server Update Services

Gets or sets the installation states to exclude.

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

A computer will be included only if it does not have any updates in any of the specified states. This value may be a combination of any number of values from UpdateInstallationStates.

Remarks

The default is 0.

See Also

ComputerTargetScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top