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
'Declaration
ReadOnly Property Type As TestRunType
TestRunType Type { get; }
property TestRunType Type {
TestRunType get ();
}
abstract Type : TestRunType with get
function get Type () : TestRunType
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.TestRunType
The type of this test run.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.