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
Removes a dynamic category from the WSUS server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
void DeleteDynamicCategory(
string name,
DynamicCategoryType type
)
void DeleteDynamicCategory(
String^ name,
DynamicCategoryType type
)
abstract DeleteDynamicCategory :
name:string *
type:DynamicCategoryType -> unit
Sub DeleteDynamicCategory (
name As String,
type As DynamicCategoryType
)
Parameters
name
Type: System.StringThe name of the category.
type
Type: Microsoft.UpdateServices.Administration.DynamicCategoryTypeThe type of the category.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top