Defines the data types that are used for property values. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementPackEntityPropertyTypes

Syntax

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

Members

Member name Description
bool A Boolean value.
datetime A DateTime value.
decimal A decimal value.
double A double value.
guid A GUID value.
int An integer value.
string A string value.

Platforms

Development Platforms

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

Target Platforms

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

See Also