Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
CommonProjectConfiguration Class
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace