Share via


QuickFindSettings.QuickFindRecordLimit Property

Definition

Gets or sets the maximum number of records that match the quick find query criteria before an exception error is thrown. This is needed for faster execution of the quick find searches. Required.

public:
 property int QuickFindRecordLimit { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int QuickFindRecordLimit { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.QuickFindRecordLimit : int with get, set
Public Property QuickFindRecordLimit As Integer

Property Value

The maximum number of records that match the quick find query criteria before an exception error is thrown. The default value for this setting is 10000.

Attributes

Applies to