Share via


ITestSuiteEntry.ParentTestSuite Property

The parent test suite.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
ReadOnly Property ParentTestSuite As ITestSuiteBase
ITestSuiteBase ParentTestSuite { get; }
property ITestSuiteBase^ ParentTestSuite {
    ITestSuiteBase^ get ();
}
abstract ParentTestSuite : ITestSuiteBase with get
function get ParentTestSuite () : ITestSuiteBase

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteBase

.NET Framework Security

See Also

Reference

ITestSuiteEntry Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace