ITestRun.Type Property
Gets the type of this test run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
TestRunType Type { get; set; }
property TestRunType Type {
TestRunType get();
void set(TestRunType value);
}
abstract Type : TestRunType with get, set
Property Type As TestRunType
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.TestRunType
The type of this test run.
See Also
TestRunType
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top