IUpdateCategory.Type Property

 

Applies To: Windows Server Update Services

Gets the type of the category.

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

Syntax

UpdateCategoryType Type { get; }
property UpdateCategoryType Type {
    UpdateCategoryType get();
}
abstract Type : UpdateCategoryType with get
ReadOnly Property Type As UpdateCategoryType

Property Value

Type: Microsoft.UpdateServices.Administration.UpdateCategoryType

The type of the category, for example, a product family category or a product category. For possible values, see UpdateCategoryType.

Remarks

A category can represent a company, product family, or product. 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 category and the Windows XP family.

See Also

IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace

Return to top