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