FieldType Enumeration

Describes the data type of a Field.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public Enumeration FieldType
public enum FieldType
public enum class FieldType
type FieldType
public enum FieldType

Members

Member name Description
Boolean The field type is Boolean.

DateTime The field is a DateTime object.

Double The field is a double.

Guid The field is a Guid.

History The field is a history item.

Html The field is HTML.

Integer The field is an integer.

Internal

PlainText The field is plain text.

String The field is a string.

TreePath The field is a tree path.

Remarks

The members of this enum are used in FieldDefinition.FieldType.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace