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
'Declaration
Property BugWorkItem As String
string BugWorkItem { get; set; }
property String^ BugWorkItem {
String^ get ();
void set (String^ value);
}
abstract BugWorkItem : string with get, set
function get BugWorkItem () : String
function set BugWorkItem (value : String)
Property Value
Type: String
The name of the bug work item type to create.
.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.