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
Sets the dynamic category to the specified state.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
void SetDynamicCategory(
IDynamicCategory dynamicCategory
)
void SetDynamicCategory(
IDynamicCategory^ dynamicCategory
)
abstract SetDynamicCategory :
dynamicCategory:IDynamicCategory -> unit
Sub SetDynamicCategory (
dynamicCategory As IDynamicCategory
)
Parameters
dynamicCategory
Type: Microsoft.UpdateServices.Administration.IDynamicCategoryThe dynamic category.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top