Edit

Share via


PickList Class

Definition

Picklist.

[System.Runtime.Serialization.DataContract]
public class PickList : Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.Models.PickListMetadata
type PickList = class
    inherit PickListMetadata
Public Class PickList
Inherits PickListMetadata
Inheritance
Attributes

Constructors

PickList()

Properties

Id

ID of the picklist

(Inherited from PickListMetadata)
IsSuggested

Indicates whether items outside of suggested list are allowed

(Inherited from PickListMetadata)
Items

A list of PicklistItemModel.

Name

Name of the picklist

(Inherited from PickListMetadata)
Type

DataType of picklist

(Inherited from PickListMetadata)
Url

Url of the picklist

(Inherited from PickListMetadata)

Applies to