Share via


ITestCaseResult.IsFinished Property

Gets a value that indicates whether the test has been run.

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

Syntax

'Declaration
ReadOnly Property IsFinished As Boolean
bool IsFinished { get; }
property bool IsFinished {
    bool get ();
}
abstract IsFinished : bool
function get IsFinished () : boolean

Property Value

Type: System.Boolean
true if the test has been run; otherwise, false.

.NET Framework Security

See Also

Reference

ITestCaseResult Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace