SearchBoxEx.QuerySuggestionsMinimumPrefixLength Property
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property QuerySuggestionsMinimumPrefixLength As Integer
Get
Set
'Usage
Dim instance As SearchBoxEx
Dim value As Integer
value = instance.QuerySuggestionsMinimumPrefixLength
instance.QuerySuggestionsMinimumPrefixLength = value
public int QuerySuggestionsMinimumPrefixLength { get; set; }
Property Value
Type: System.Int32