Share via


ITestAction.Parent Property

 

Gets the parent test action group for this test action.

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

Syntax

ITestActionGroup Parent { get; }
property ITestActionGroup^ Parent {
    ITestActionGroup^ get();
}
abstract Parent : ITestActionGroup with get
ReadOnly Property Parent As ITestActionGroup

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestActionGroup

The parent test action group.

See Also

ITestActionGroup
ITestAction Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top