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
bool IsTestCaseAutomated { get; }
property bool IsTestCaseAutomated {
bool get();
}
abstract IsTestCaseAutomated : bool with get
ReadOnly Property IsTestCaseAutomated As Boolean
Property Value
Type: System.Boolean
See Also
ITestPoint Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top