Edit

Share via


WorkItemField Class

Definition

Describes a field on a work item and it's properties specific to that work item type.

[System.Runtime.Serialization.DataContract]
public class WorkItemField : Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemTrackingResource
type WorkItemField = class
    inherit WorkItemTrackingResource
Public Class WorkItemField
Inherits WorkItemTrackingResource
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
WorkItemField
Attributes

Constructors

WorkItemField()
WorkItemField(ISecuredObject)

Properties

CanSortBy

Indicates whether the field is sortable in server queries.

Description

The description of the field.

IsIdentity

Indicates whether this field is an identity field.

IsPicklist

Indicates whether this instance is picklist.

IsPicklistSuggested

Indicates whether this instance is a suggested picklist .

IsQueryable

Indicates whether the field can be queried in the server.

Links

Link references to related REST resources.

(Inherited from WorkItemTrackingResource)
Name

The name of the field.

PicklistId

If this field is picklist, the identifier of the picklist associated, otherwise null

ReadOnly

Indicates whether the field is [read only].

ReferenceName

The reference name of the field.

SupportedOperations

The supported operations on this field.

Type

The type of the field.

Url (Inherited from WorkItemTrackingResourceReference)
Usage

The usage of the field.

Applies to