ITestElement.IsAutomated Property

Definition

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

public:
 property bool IsAutomated { bool get(); };
public bool IsAutomated { get; }
member this.IsAutomated : bool
Public ReadOnly Property IsAutomated As Boolean

Property Value

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

Applies to