Compartilhar via


Propriedade IDataCollectorInformation.Description

Obtém ou define a descrição do coletor de dados.

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

Sintaxe

'Declaração
Property Description As String
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: String
A descrição do coletor de dados.

Segurança do .NET Framework

Consulte também

Referência

IDataCollectorInformation Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client