ITestSuiteBase.TestSuiteType Property

 

Gets the type of this test suite.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

TestSuiteType TestSuiteType { get; }
property TestSuiteType TestSuiteType {
    TestSuiteType get();
}
abstract TestSuiteType : TestSuiteType with get
ReadOnly Property TestSuiteType As TestSuiteType

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.TestSuiteType

The type of this test suite.

See Also

TestSuiteType
ITestSuiteBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top