Compartilhar via


ITestExternalLink.Description Propriedade

 

Obtém a descrição do objeto vinculado.

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 objeto vinculado.

Consulte também

Interface ITestExternalLink
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo