Represents the data type of an item.
Namespace: Microsoft.Clm.Shared.CertificateServer
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As DataItemType

Syntax

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

Members

Member name Description
Date A date value.
Number A numerical value.
String A string value.

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