Public Enum DataType Inherits System.Enum
Dim instance As DataType
public enum DataType : System.Enum
Public Enum DataType Inherits System.Enum
Dim instance As DataType
public enum DataType : System.Enum
Member | Description |
---|---|
DateTime | Indicates the date type as 'DateTime' (1). |
Number | Indicates the data type as 'Number' (2). |
Text | Indicates the data type as 'Text' (0). |
TimeSpan | Indicates the data type as 'Timespan' (3). |
System.Object
System.ValueType
System.Enum
AIR.Services.ActivityMonitor.Data.DataType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2