ITestElement.IsRunnable 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 can be executed as part of a test run.
public:
property bool IsRunnable { bool get(); };
public bool IsRunnable { get; }
member this.IsRunnable : bool
Public ReadOnly Property IsRunnable As Boolean
Property Value
true if this test element can be executed as part of a test run; otherwise, false.