Test.IsAutomated Property
Namespace: Microsoft.TeamFoundation.TestImpact.Client
Assembly: Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsAutomated As Boolean
public bool IsAutomated { get; }
public:
property bool IsAutomated {
bool get ();
}
member IsAutomated : bool with get
function get IsAutomated () : boolean
Property Value
Type: System.Boolean
Returns 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.