Share via


DataCollectionItemType Enumeration

Defines data types for data collection items.

Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)

Usage

'Usage
Dim instance As DataCollectionItemType

Syntax

'Declaration
Public Enumeration DataCollectionItemType
public enum DataCollectionItemType
public enum class DataCollectionItemType
public enum DataCollectionItemType
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

Reference

Microsoft.Clm.Shared.ProfileTemplates Namespace