[This is preliminary documentation and is subject to change.]
Pause the gathering of validation results output.
| C# | Visual Basic | Visual C++ |
public bool ResultsGatheringPaused { get; set; }
Public Property ResultsGatheringPaused As Boolean
public: property bool ResultsGatheringPaused { bool get (); void set (bool value); }
trueTruetrue to pause and falseFalsefalse to continue.