Attribute.ValueType Enumeration

System Center

Defines the data types that are available for using in attribute values.

 public enum Attribute.ValueType

Remarks

ValueNameDescription
0Bool

For true or false values.

1String

For attribute values that are strings.

2Int

For integer attribute values.

3Double

For double precision floating point attribute values.

4IPAddress

For attribute values that are IP addresses.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom

Assembly: Microsoft.Mom.Sdk (in Microsoft.Mom.Sdk.dll)

Show: