FederatedResultsWebPart.LoadingImageUrl Property
Gets or sets the image URL for the Web Part’s Loading Image.
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 LoadingImageUrl As String
Get
Set
'Usage
Dim instance As FederatedResultsWebPart
Dim value As String
value = instance.LoadingImageUrl
instance.LoadingImageUrl = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string LoadingImageUrl { get; set; }
Property Value
Type: System.String
A string representing the Loading Image URL.