Edit

Share via


WorkItemTypeCategory Class

Definition

Describes a work item type category.

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

Constructors

WorkItemTypeCategory()
WorkItemTypeCategory(ISecuredObject)

Properties

DefaultWorkItemType

Gets or sets the default type of the work item.

Links

Link references to related REST resources.

(Inherited from WorkItemTrackingResource)
Name

The name of the category.

ReferenceName

The reference name of the category.

Url (Inherited from WorkItemTrackingResourceReference)
WorkItemTypes

The work item types that belond to the category.

Applies to