UpdateCategoryType Enumeration

 

Applies To: Windows Server Update Services

Defines constants that describe the different update categories.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum UpdateCategoryType
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class UpdateCategoryType
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type UpdateCategoryType
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration UpdateCategoryType

Members

Member name Description
Company

The company distributing the update.

Product

Product category under which the update falls, for example, all Windows-related updates.

ProductFamily

The product family to which the update belongs.

Remarks

The root category is the company category. The company category can have one or more subcategories known as product family categories. Product family categories contain one or more product categories. For example, the company category for Microsoft is Microsoft Corporation. The Microsoft Corporation category contains the Windows product family category, which in turn contains product categories, such as the Windows Server 2003 family and the Windows XP family.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top