Edit

Share via


WorkItemTemplate Class

Definition

Describes a work item template.

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

Constructors

WorkItemTemplate()

Properties

Description

The description of the work item template.

(Inherited from WorkItemTemplateReference)
Fields

Mapping of field and its templated value.

Id

The identifier of the work item template.

(Inherited from WorkItemTemplateReference)
Links

Link references to related REST resources.

(Inherited from WorkItemTrackingResource)
Name

The name of the work item template.

(Inherited from WorkItemTemplateReference)
Url (Inherited from WorkItemTrackingResourceReference)
WorkItemTypeName

The name of the work item type.

(Inherited from WorkItemTemplateReference)

Applies to