[This is preliminary documentation and is subject to change.]
Determines whether to continue on error.
return value = true, i.e continue validating even after encountering an error.
| 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); }