ITestElement.IsRunnable Property

Definition

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.

Applies to