UpdateScope.IncludedInstallationStates Property

 

Applies To: Windows Server Update Services

Gets or sets the installation states to search for. An update will be included only if it has at least one computer in one of the specified states. This value may be a combination of any number of values from UpdateInstallationStates.

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 installation states to search for. An update will be included only if it has at least one computer in one of the specified states. This value may be a combination of any number of values from UpdateInstallationStates. Defaults to All.

See Also

UpdateScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top