Category.WorkItemTypes Property

Gets all work item types in this category.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property WorkItemTypes As IEnumerable(Of WorkItemType)
public IEnumerable<WorkItemType> WorkItemTypes { get; }
public:
property IEnumerable<WorkItemType^>^ WorkItemTypes {
    IEnumerable<WorkItemType^>^ get ();
}
member WorkItemTypes : IEnumerable<WorkItemType> with get
function get WorkItemTypes () : IEnumerable<WorkItemType>

Property Value

Type: System.Collections.Generic.IEnumerable<WorkItemType>
Returns IEnumerable<T>.

.NET Framework Security

See Also

Reference

Category Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace