Gets or sets the maximum number of words that start with each search term for partial match search type.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
C# |
---|
public int MaxPartialMatchCount { get; set; } |
Visual Basic |
---|
Public Property MaxPartialMatchCount As Integer
Get
Set |
Visual C++ |
---|
public:
property int MaxPartialMatchCount {
int get ();
void set (int value);
} |
Field Value
Maximum number of words that start with each search term for partial match search type. The default value is
20.
Remarks
See Also