SearchBoxScriptWebPart.MsBeforeShowingProgress property

Specifies the number of milliseconds to wait before showing the progress indicator while search results are loading. The default value is 500.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property MsBeforeShowingProgress As Integer
    Get
    Set
'Usage
Dim instance As SearchBoxScriptWebPart
Dim value As Integer

value = instance.MsBeforeShowingProgress

instance.MsBeforeShowingProgress = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public int MsBeforeShowingProgress { get; set; }

Property value

Type: System.Int32

See also

Reference

SearchBoxScriptWebPart class

SearchBoxScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace