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 parent of this test environment helper object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
object Parent { get; }
property Object^ Parent {
Object^ get();
}
abstract Parent : Object with get
ReadOnly Property Parent As Object
Property Value
Type: System.Object
Either an ITestManagementTeamProject or an ITestController object.
See Also
ITestManagementTeamProject
ITestController
ITestEnvironmentHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top