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
- 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.