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
'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 collection of test actions.
.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.