TestElement.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 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