ITestSuiteEntry.ParentTestSuite Property
The parent test suite.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestSuiteBase ParentTestSuite { get; }
property ITestSuiteBase^ ParentTestSuite {
ITestSuiteBase^ get();
}
abstract ParentTestSuite : ITestSuiteBase with get
ReadOnly Property ParentTestSuite As ITestSuiteBase
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteBase
See Also
ITestSuiteEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top