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

'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

See Also

Reference

IBugFieldMapping Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace