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 test object to which this entry refers, if it is a test suite.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestSuiteBase TestSuite { get; }
property ITestSuiteBase^ TestSuite {
ITestSuiteBase^ get();
}
abstract TestSuite : ITestSuiteBase with get
ReadOnly Property TestSuite As ITestSuiteBase
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteBase
The test object to which this entry refers, or null if it is not a test suite.
See Also
ITestSuiteBase
ITestSuiteEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top