Share via


TestElement.IsRunOnRestart Property

Definition

Gets or sets a value that indicates whether this test element is to be run if the test run is restarted.

public:
 property bool IsRunOnRestart { bool get(); void set(bool value); };
public bool IsRunOnRestart { get; set; }
member this.IsRunOnRestart : bool with get, set
Public Property IsRunOnRestart As Boolean

Property Value

true if this test element is to be run if the test run is restarted; otherwise, false.

Implements

Applies to