ITestActionGroup.Actions Property
Gets the collection of test actions.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
TestActionCollection Actions { get; }
property TestActionCollection^ Actions {
TestActionCollection^ get();
}
abstract Actions : TestActionCollection with get
ReadOnly Property Actions As TestActionCollection
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.TestActionCollection
The collection of test actions.
See Also
TestActionCollection
ITestActionGroup Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top