ITestRun.IsAutomated Property
Gets or sets a value that indicates whether the test run contains tests that should be automatically executed.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
bool IsAutomated { get; set; }
property bool IsAutomated {
bool get();
void set(bool value);
}
abstract IsAutomated : bool with get, set
Property IsAutomated As Boolean
Property Value
Type: System.Boolean
true if the test run contains tests that should be automatically executed; otherwise, false.
See Also
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top