Touchstone 11.0 API Reference
DataType Enumeration


Air.Services.Proxy Assembly > AIR.Services.ActivityMonitor.Data Namespace : DataType Enumeration
Indicates the data type of Staistics in the data import process.
Syntax
Public Enum DataType 
   Inherits System.Enum
Dim instance As DataType
public enum DataType : System.Enum 
Members
MemberDescription
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).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.ActivityMonitor.Data.DataType

Requirements

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

See Also

Reference

AIR.Services.ActivityMonitor.Data Namespace