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

Usage

Visual Basic
Dim instance As ManagementPackAttributeListTypeEnum

Syntax

Visual Basic
<SerializableAttribute> _
Public Enumeration ManagementPackAttributeListTypeEnum
C#
[SerializableAttribute] 
public enum ManagementPackAttributeListTypeEnum
C++
[SerializableAttribute] 
public enum class ManagementPackAttributeListTypeEnum
J#
/** @attribute SerializableAttribute() */ 
public enum ManagementPackAttributeListTypeEnum
JScript
SerializableAttribute 
public enum ManagementPackAttributeListTypeEnum

Members

Member name Description
Exclude Specifies the exclude value.
Include Specifies the include value.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also