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

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

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestActionGroup
The parent test action group.

.NET Framework Security

See Also

Reference

ITestAction Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestActionGroup