ITestPlan.Description Propriedade
Obtém ou define a descrição desse plano de teste.
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 desse plano de teste.
Consulte também
Interface ITestPlan
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo