Compartilhar via


ITestSuiteBase.Description Propriedade

 

Obtém ou define a descrição do conjunto de testes.

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

Sintaxe

string Description { get; set; }
property String^ Description {
    String^ get();
    void set(String^ value);
}
abstract Description : string with get, set
Property Description As String

Valor de propriedade

Type: System.String

A descrição do conjunto de testes.

Consulte também

Interface ITestSuiteBase
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo