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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.