Partilhar via


Propriedade IBugFieldMapping.BugWorkItem

Obtém o nome do tipo de item de trabalho de bug de criar.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
O nome do tipo de item de trabalho de bug para criar.

Segurança do .NET Framework

Consulte também

Referência

IBugFieldMapping Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client