BasicNoUIObjErrorLimit Property |
Gets or sets the limit for the number of syntax errors reported.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic int ErrorLimit { get; set; }
Public Property ErrorLimit As Integer
Get
Set
public:
virtual property int ErrorLimit {
int get () sealed;
void set (int value) sealed;
}
Property Value
Int32
The limit for the number of syntax errors reported.
Implements
IBasicNoUIErrorLimit
Remarks2025-01-24: This property has no effect at this time.
The default
ErrorLimit is 1.
If
ErrorLimit is set to a value greater than one then
ErrorLog must be used to collect the
error information.
See Also