Compartilhar via


ITestCaseResult.TestCaseTitle Propriedade

 

Obtém o título do caso de teste.

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

Sintaxe

string TestCaseTitle { get; }
property String^ TestCaseTitle {
    String^ get();
}
abstract TestCaseTitle : string with get
ReadOnly Property TestCaseTitle As String

Valor de propriedade

Type: System.String

O título do caso de teste.

Consulte também

Interface ITestCaseResult
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo