Share via


DataCollectionItemValidationType Enumeration

Defines methods by which data collection items are validated.

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

Usage

'Usage
Dim instance As DataCollectionItemValidationType

Syntax

'Declaration
Public Enumeration DataCollectionItemValidationType
public enum DataCollectionItemValidationType
public enum class DataCollectionItemValidationType
public enum DataCollectionItemValidationType
public enum DataCollectionItemValidationType

Members

Member name Description
Custom The validation is performed through an external module.
DataType The validation is based on the item’s data type.
None No validation method is specified.
RegularExpression The validation is based on a regular expression.

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