| IBasicNoUIErrorLimit 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) 
 Syntax
Syntaxint ErrorLimit { get; set; }Property ErrorLimit As Integer
	Get
	Set
property int ErrorLimit {
	int get ();
	void set (int value);
}Property Value
Int32
      The limit for the number of syntax errors reported.
    
 Remarks
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
See Also