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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.