ITestSuiteBase.Title Propriedade
Obtém ou define o título do conjunto de testes.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string Title { get; set; }
property String^ Title {
String^ get();
void set(String^ value);
}
abstract Title : string with get, set
Property Title As String
Valor de propriedade
Type: System.String
O título do conjunto de testes.
Consulte também
Interface ITestSuiteBase
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo