Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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