Attribute.ValueType Enumeration
System Center
Defines the data types that are available for using in attribute values.
public enum Attribute.ValueType
Remarks
| Value | Name | Description |
|---|---|---|
| 0 | Bool | For true or false values. |
| 1 | String | For attribute values that are strings. |
| 2 | Int | For integer attribute values. |
| 3 | Double | For double precision floating point attribute values. |
| 4 | IPAddress | 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: