Share via


ErrorsChangedEventArgs.SetTooManyErrorsError Property

This method currently does nothing.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property SetTooManyErrorsError As Boolean
public bool SetTooManyErrorsError { get; set; }
public:
property bool SetTooManyErrorsError {
    bool get ();
    void set (bool value);
}
member SetTooManyErrorsError : bool with get, set
function get SetTooManyErrorsError () : boolean
function set SetTooManyErrorsError (value : boolean)

Property Value

Type: System.Boolean
true if the method was successful; otherwise, false.

.NET Framework Security

See Also

Reference

ErrorsChangedEventArgs Class

Microsoft.Data.Schema Namespace