ManagementClassPropertyDescription.TypeOfData Enumeration
Defines TypeOfData values for the DisplayedDataType property in Configuration Manager 2007.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As TypeOfData
Syntax
'Declaration
Public Enumeration TypeOfData
public enum TypeOfData
public enum class TypeOfData
public enum TypeOfData
public enum TypeOfData
Members
Member name | Description |
---|---|
AliasIntegerValue | Alias integer value. |
AliasStringValue | Alias string value. |
Boolean | Boolean value. |
DateOnly | Date only value. |
DateTime | System.DateTime value. |
External | External value. |
Formatted | Formatted value. |
Integer | Integer value. |
InvariantInteger | Invariant integer value. |
InvariantLong | Invariant long value. |
Long | Long value. |
Operand | Operand value. |
String | String value. |
TimeOnly | Time only value. |
TimeSpan | System.TimeSpan value. |
Remarks
Your application uses these values to define display and sorting of data from a result object. Array types are supported through the External type of data, using methods that are in ResultObjectDisplayHelpers.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ManagementClassPropertyDescription.DisplayedDataType Property
ResultObjectDisplayHelpers Class