Share via


ITestSuiteEntry.TestSuite Property

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

See Also

Reference

ITestSuiteEntry Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSuiteBase