ITestBase.Actions Property

Gets a collection of test action objects that are stored in the order that they are to be executed.

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.TestActionCollection
The ordered collection of test actions.

Remarks

The returned collection is modifiable, and on save those changes will be sent to the server

.NET Framework Security

See Also

Reference

ITestBase Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestAction

TestActionCollection