Share via


ITestPoint.IsTestCaseAutomated Property

Returns the same result as TestCaseWorkItem.IsAutomated, but may use cached properties to answer the question

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

Syntax

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

ITestPoint Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace