QuickFindSettings.QuickFindEntityIndexLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of the attributes used in the quick find search query, after which the QuickFind
indexes are not created. Required.
public:
property int QuickFindEntityIndexLimit { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int QuickFindEntityIndexLimit { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.QuickFindEntityIndexLimit : int with get, set
Public Property QuickFindEntityIndexLimit As Integer
Property Value
The maximum number of the attributes used in the quick find search query, after which the QuickFind
indexes are not created.
The default value for this setting is 20.
- Attributes