ComputerTargetScope.IncludedInstallationStates Property

 

Applies To: Windows Server Update Services

Gets or sets the update installation states to search for.

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

Syntax

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

Property Value

Type: Microsoft.UpdateServices.Administration.UpdateInstallationStates

The update installation states to search for. A computer will be included only if it has at least one update in one of the specified states. This value may be a combination of values from UpdateInstallationStates.

Remarks

Defaults to UpdateInstallationStates.All.

See Also

ComputerTargetScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top