This property is deprecated from version 3.0.2 on, use ShowErrorMessages instead.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Use ShowErrorMessages property instead.", false)] public bool ShowErrors { get; set; }
<ObsoleteAttribute("Use ShowErrorMessages property instead.", False)> _ Public Property ShowErrors As Boolean
[ObsoleteAttribute(L"Use ShowErrorMessages property instead.", false)] public: property bool ShowErrors { bool get (); void set (bool value); }