IUpdateCategory.GetUpdates Method (ApprovedStates)

 

Applies To: Windows Server Update Services

Gets a list of updates that belong to this category and its child categories.

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

Syntax

UpdateCollection GetUpdates(
    ApprovedStates approvedStates
)
UpdateCollection^ GetUpdates(
    ApprovedStates approvedStates
)
abstract GetUpdates : 
        approvedStates:ApprovedStates -> UpdateCollection
Function GetUpdates (
    approvedStates As ApprovedStates
) As UpdateCollection

Parameters

Return Value

Type: Microsoft.UpdateServices.Administration.UpdateCollection

An UpdateCollection that contains updates that belong to this category and its child categories.

See Also

GetUpdates Overload
IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace

Return to top