[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Specifies category targets. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As CategoryTarget

Syntax

Visual Basic
Public Enumeration CategoryTarget
C#
public enum CategoryTarget
C++
public enum class CategoryTarget
J#
public enum CategoryTarget
JScript
public enum CategoryTarget

Members

Member name Description
Element Specifies the target for this category is an element.
ManagementPack Specifies the target for this category is a management pack.
Unknown Specifies the target for this category is an unknown.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also