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
- 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.