FederatedResultsWebPart.ShowLoadingImage Property
Gets or sets a Boolean value specifying whether the Federated Results Web Part should display an image while waiting for search results to be returned and displayed.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property ShowLoadingImage As Boolean
Get
Set
'Usage
Dim instance As FederatedResultsWebPart
Dim value As Boolean
value = instance.ShowLoadingImage
instance.ShowLoadingImage = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool ShowLoadingImage { get; set; }
Property Value
Type: System.Boolean
true if an image should be displayed; otherwise, false.