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
'Dichiarazione
Public Enumeration FieldType
public enum FieldType
public enum class FieldType
type FieldType
public enum FieldType
Members
Member name | Description | |
---|---|---|
String | The field is a string. | |
Integer | The field is an integer. | |
DateTime | The field is a DateTime object. | |
PlainText | The field is plain text. | |
Html | The field is HTML. | |
TreePath | The field is a tree path. | |
History | The field is a history item. | |
Double | The field is a double. | |
Guid | The field is a Guid. | |
Boolean | The field type is Boolean. |
Remarks
The members of this enum are used in FieldDefinition.FieldType.