ITestElement.IsAutomated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.