Defines methods by which data collection items are validated.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As DataCollectionItemValidationType

Syntax

Visual Basic
Public Enumeration DataCollectionItemValidationType
C#
public enum DataCollectionItemValidationType
C++
public enum class DataCollectionItemValidationType
J#
public enum DataCollectionItemValidationType
JScript
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