Share via


IDynamicCategory.Type Property

 

Applies To: Windows Server Update Services

Gets the type of the dynamic category.

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

Syntax

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

Property Value

Type: Microsoft.UpdateServices.Administration.DynamicCategoryType

The type.

See Also

IDynamicCategory Interface
Microsoft.UpdateServices.Administration Namespace

Return to top