Compartilhar via


IdAndName.Name Propriedade

 

Obtém o nome do objeto de teste.

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

Sintaxe

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

Valor de propriedade

Type: System.String

O nome do objeto de teste.

Consulte também

Estrutura IdAndName
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo