This documentation is archived and is not being maintained.
FieldType Enumeration
Visual Studio 2013
Describes the data type of a Field.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
| 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. |
The members of this enum are used in FieldDefinition::FieldType.
Show: