ITestSettings.IsAutomated Property
Gets or sets a value that indicates whether the associated test is an automated test.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property IsAutomated As Boolean
bool IsAutomated { get; set; }
property bool IsAutomated {
bool get ();
void set (bool value);
}
abstract IsAutomated : bool with get, set
function get IsAutomated () : boolean
function set IsAutomated (value : boolean)
Property Value
Type: Boolean
true if the associated test is an automated test; otherwise, false.
.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.