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.
Gets the name of the type of bug work item to create.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
string BugWorkItem { get; set; }
property String^ BugWorkItem {
String^ get();
void set(String^ value);
}
abstract BugWorkItem : string with get, set
Property BugWorkItem As String
Property Value
Type: System.String
The name of the bug work item type to create.
See Also
IBugFieldMapping Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top