FieldDefinition Properties

Include Protected Members
Include Inherited Members

The FieldDefinition type exposes the following members.

Properties

  Name Description
Public property AllowedValues Gets the collection of valid values for a Field that uses this field definition.
Public property CanSortBy Gets the flag that describes whether WorkItems can be sorted by Fields that use this field definition.
Public property FieldType Gets the data type that is stored by a Field that uses this field definition.
Public property HelpText Gets the text that describes this field definition.
Public property Id Gets the ID of this field definition.
Public property IsComputed Gets a flag that describes whether the value of the Field that uses this field definition is computed.
Public property IsCoreField Returns whether a field is indexed.
Public property IsEditable Gets a flag that describes whether a Field that uses this field definition is editable.
Public property IsIndexed Gets a flag that describes whether a Field that uses this field definition is indexed on the server.
Public property IsQueryable Gets a flag that describes whether work items can be queried by a Field that uses this field definition.
Public property Name Gets the friendly display name of this field definition.
Public property ReferenceName Gets the reference name of this field definition.
Public property ReportingAttributes Gets the reporting attributes of this field definition.
Public property SystemType Gets the underlying Type of this field definition.
Public property Usage Gets the intended usage of this field definition.

Top

See Also

Reference

FieldDefinition Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace