Compartilhar via


ITestCaseQuery.Name Propriedade

 

Obtém o nome ou breve descrição da consulta.

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

Sintaxe

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

Valor de propriedade

Type: System.String

O nome ou breve descrição da consulta.

Consulte também

Interface ITestCaseQuery
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo