IUpdateServer.GetDynamicCategory Method (String, DynamicCategoryType)
Applies To: Windows Server Update Services
Returns the specified dynamic category.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
IDynamicCategory GetDynamicCategory(
string name,
DynamicCategoryType type
)
IDynamicCategory^ GetDynamicCategory(
String^ name,
DynamicCategoryType type
)
abstract GetDynamicCategory :
name:string *
type:DynamicCategoryType -> IDynamicCategory
Function GetDynamicCategory (
name As String,
type As DynamicCategoryType
) As IDynamicCategory
Parameters
name
Type: System.StringThe name of the dynamic category.
type
Type: Microsoft.UpdateServices.Administration.DynamicCategoryTypeThe type of the dynamic category.
Return Value
Type: Microsoft.UpdateServices.Administration.IDynamicCategory
The specified dynamic category.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top