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
'Declaration
ReadOnly Property TestSuite As ITestSuiteBase
ITestSuiteBase TestSuite { get; }
property ITestSuiteBase^ TestSuite {
ITestSuiteBase^ get ();
}
abstract TestSuite : ITestSuiteBase with get
function get TestSuite () : ITestSuiteBase
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteBase
The test object to which this entry refers, or nulla null reference (Nothing in Visual Basic) if it is not a test suite.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.