The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestElement::IsRunOnRestart Property
Gets or sets a value that indicates whether this test element is to be run if the test run is restarted.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: property bool IsRunOnRestart { virtual bool get() sealed; virtual void set(bool value) sealed; }
Property Value
Type: System::Booleantrue if this test element is to be run if the test run is restarted; otherwise, false.
Implements
ITestElement::IsRunOnRestart
Show: