UpdateScope.ApprovedStates Property

 

Applies To: Windows Server Update Services

Gets or sets the approval states to search for. An update will be included only if it matches at least one of the specified states. This value may be a combination of any number of values from ApprovedStates. Defaults to Any.

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

Syntax

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

Property Value

Type: Microsoft.UpdateServices.Administration.ApprovedStates

The approval states to find. An update will be included only if it matches at least one of the specified states. This value may be a combination of any number of values from ApprovedStates. Defaults to Any.

See Also

UpdateScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top