CommonProjectConfiguration.TaskWorkItems Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Child Workitem Category

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

'Declaration
Public Property TaskWorkItems As WorkItemCategory
public WorkItemCategory TaskWorkItems { get; set; }
public:
property WorkItemCategory^ TaskWorkItems {
    WorkItemCategory^ get ();
    void set (WorkItemCategory^ value);
}
member TaskWorkItems : WorkItemCategory with get, set
function get TaskWorkItems () : WorkItemCategory 
function set TaskWorkItems (value : WorkItemCategory)

Property Value

Type: Microsoft.TeamFoundation.ProcessConfiguration.Client.WorkItemCategory
Returns WorkItemCategory.

.NET Framework Security

See Also

Reference

CommonProjectConfiguration Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace