SearchSettingsDataSource.SearchStartMinChars 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 minimum number of characters for relevance in a search. The common search control will wait to start a new search until the user types at least the minimum number of characters. Default is 1 character.
public:
property System::UInt32 SearchStartMinChars { System::UInt32 get(); void set(System::UInt32 value); };
public:
property unsigned int SearchStartMinChars { unsigned int get(); void set(unsigned int value); };
public uint SearchStartMinChars { get; set; }
member this.SearchStartMinChars : uint32 with get, set
Public Property SearchStartMinChars As UInteger
Property Value
Returns the minimum number of characters needed to start a search.