Share via


ITestElement.IsAutomated Property

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

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

Syntax

'Declaration
ReadOnly Property IsAutomated As Boolean
bool IsAutomated { get; }
property bool IsAutomated {
    bool get ();
}
abstract IsAutomated : bool with get
function get IsAutomated () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common Namespace