Share via


SearchSettingsDataSource.SearchStartDelay Property

Definition

Gets or sets the delay, in milliseconds, until a delayed search starts automatically in the common search control. Default is 1,000 milliseconds.

public:
 property System::UInt32 SearchStartDelay { System::UInt32 get(); void set(System::UInt32 value); };
public:
 property unsigned int SearchStartDelay { unsigned int get(); void set(unsigned int value); };
public uint SearchStartDelay { get; set; }
member this.SearchStartDelay : uint32 with get, set
Public Property SearchStartDelay As UInteger

Property Value

Returns the delay in milliseconds before a delayed search starts automatically.

Applies to