ITestRunBase.Controller Propriedade
O nome do controlador desta execução
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string Controller { get; set; }
property String^ Controller {
String^ get();
void set(String^ value);
}
abstract Controller : string with get, set
Property Controller As String
Valor de propriedade
Type: System.String
Retorna String.
Consulte também
Interface ITestRunBase
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo