Share via


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

See Also

Reference

ITestRun Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

TestRunType