CommonProjectConfiguration.BugWorkItems Property
Bug Workitem Category
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Public Property BugWorkItems As WorkItemCategory
public WorkItemCategory BugWorkItems { get; set; }
public:
property WorkItemCategory^ BugWorkItems {
WorkItemCategory^ get ();
void set (WorkItemCategory^ value);
}
member BugWorkItems : WorkItemCategory with get, set
function get BugWorkItems () : WorkItemCategory
function set BugWorkItems (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