CategoryMetadata Class

Contains information describing a category. A category can be referenced by other packages as a prerequisite.

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

Usage

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete and will be removed in future versions.")> _
Public Class CategoryMetadata
    Inherits PackageMetadata
[ObsoleteAttribute("This class is obsolete and will be removed in future versions.")] 
public class CategoryMetadata : PackageMetadata
[ObsoleteAttribute(L"This class is obsolete and will be removed in future versions.")] 
public ref class CategoryMetadata : public PackageMetadata
/** @attribute ObsoleteAttribute("This class is obsolete and will be removed in future versions.") */ 
public class CategoryMetadata extends PackageMetadata
ObsoleteAttribute("This class is obsolete and will be removed in future versions.") 
public class CategoryMetadata extends PackageMetadata

Inheritance Hierarchy

System.Object
   Microsoft.UpdateServices.ClientServicing.PackageMetadata
    Microsoft.UpdateServices.ClientServicing.CategoryMetadata

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2

See Also

Reference

CategoryMetadata Members
Microsoft.UpdateServices.ClientServicing Namespace