IUpdateServer.AddDynamicCategory Method (IDynamicCategory)
Applies To: Windows Server Update Services
Adds a dynamic category to the WSUS server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
void AddDynamicCategory(
IDynamicCategory dynamicCategory
)
void AddDynamicCategory(
IDynamicCategory^ dynamicCategory
)
abstract AddDynamicCategory :
dynamicCategory:IDynamicCategory -> unit
Sub AddDynamicCategory (
dynamicCategory As IDynamicCategory
)
Parameters
dynamicCategory
Type: Microsoft.UpdateServices.Administration.IDynamicCategoryThe dynamic category to be added.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top