Share via


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
'Usage
Dim instance As TestElement 
Dim value As Boolean 

value = instance.IsAutomated
[VisiblePropertyAttribute]
public virtual bool IsAutomated { get; }
[VisiblePropertyAttribute]
public:
virtual property bool IsAutomated {
    bool get ();
}
public 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

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace