Defines data types for data collection items.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As DataCollectionItemType

Syntax

Visual Basic
Public Enumeration DataCollectionItemType
C#
public enum DataCollectionItemType
C++
public enum class DataCollectionItemType
J#
public enum DataCollectionItemType
JScript
public enum DataCollectionItemType

Members

Member name Description
Date A DateTime data type.
None The data type is not specified.
Number An integer data type.
String A String data type.

Remarks

The data type of a data collection item can be used to validate the input data.


Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also