Compartilhar via


Propriedade ITestSettings.Description

Obtém ou define a descrição deste objeto de configurações de teste.

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

Sintaxe

'Declaração
Property Description As String
    Get
    Set
string Description { get; set; }
property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set
function get Description () : String
function set Description (value : String)

Valor de propriedade

Tipo: System.String
A descrição deste objeto de configurações de teste.

Segurança do .NET Framework

Consulte também

Referência

ITestSettings Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client