Share via


IBugFieldMapping.BugWorkItem Property

 

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