Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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