[This is preliminary documentation and is subject to change.]
Determines of execution should continue when an error has occured.
| C# | Visual Basic | Visual C++ |
public bool ContinueOnError { get; set; }
Public Property ContinueOnError As Boolean
public: property bool ContinueOnError { bool get (); void set (bool value); }