ITestRunBase.Title Propriedade
Título do modelo de execução associado.
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
Retorna String.
Consulte também
Interface ITestRunBase
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo