Share via


TestElement.IsAutomated Property

Definition

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

public:
 virtual property bool IsAutomated { bool get(); };
[Microsoft.VisualStudio.TestTools.Common.VisibleProperty]
public virtual bool IsAutomated { get; }
[<Microsoft.VisualStudio.TestTools.Common.VisibleProperty>]
member this.IsAutomated : bool
Public Overridable ReadOnly Property IsAutomated As Boolean

Property Value

true if this test element is automated; otherwise, false.

Implements

Attributes

Applies to