TestElement.IsAutomated Property

Gets a value that indicates whether this test element is automated.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<VisiblePropertyAttribute> _
Public Overridable ReadOnly Property IsAutomated As Boolean
[VisiblePropertyAttribute]
public virtual bool IsAutomated { get; }
[VisiblePropertyAttribute]
public:
virtual property bool IsAutomated {
    bool get ();
}
[<VisiblePropertyAttribute>]
abstract IsAutomated : bool
[<VisiblePropertyAttribute>]
override IsAutomated : bool
function get IsAutomated () : boolean

Property Value

Type: System.Boolean
true if this test element is automated; otherwise, false.

Implements

ITestElement.IsAutomated

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace