Share via


HierarchyEntry.SuiteType Property

 

Gets the type of this suite.

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

Syntax

public TestSuiteType SuiteType { get; }
public:
property TestSuiteType SuiteType {
    TestSuiteType get();
}
member SuiteType : TestSuiteType with get
Public ReadOnly Property SuiteType As TestSuiteType

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.TestSuiteType

The type of suite.

See Also

ITestSuiteBase
TestSuiteType
HierarchyEntry Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top