IUpdateCategory.GetParentUpdateCategory Method ()
Applies To: Windows Server Update Services
Gets the parent category of this category.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
IUpdateCategory GetParentUpdateCategory()
IUpdateCategory^ GetParentUpdateCategory()
abstract GetParentUpdateCategory : unit -> IUpdateCategory
Function GetParentUpdateCategory As IUpdateCategory
Return Value
Type: Microsoft.UpdateServices.Administration.IUpdateCategory
An IUpdateCategory of the parent category of this category, or null if the parent category does not exist.
See Also
IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace
Return to top