Iteration.TestCases Property

Applies To: Windows 8.1

The TestCaseCollection for the Iteration.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As Iteration
Dim value As TestCaseCollection

value = instance.TestCases

Syntax

'Declaration
Public ReadOnly Property TestCases As TestCaseCollection
public TestCaseCollection TestCases { get; }
public:
property TestCaseCollection^ TestCases {
    TestCaseCollection^ get ();
}
/** @property */
public TestCaseCollection get_TestCases ()
public function get TestCases () : TestCaseCollection

Property Value

Returns TestCaseCollection.

Remarks

The TestCaseCollection holds information from element Iteration/TestCases.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Iteration Class
Iteration Members
Microsoft.Assessments.Runtime Namespace