IErrorManagerLimiter.ErrorLimit Property
Gets the error limit value.
Namespace: Microsoft.Data.Schema.Common
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
ReadOnly Property ErrorLimit As Integer
Get
'Usage
Dim instance As IErrorManagerLimiter
Dim value As Integer
value = instance.ErrorLimit
int ErrorLimit { get; }
property int ErrorLimit {
int get ();
}
function get ErrorLimit () : int
abstract ErrorLimit : int
Property Value
Type: System.Int32
.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.