SearchResultsBaseWebPart.UseLocationVisualization Property

Gets or sets a Boolean value indicating whether the search results Web Part uses the XSLT transformation specified in the federated location’s definition.

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 UseLocationVisualization As Boolean
    Get
    Set
'Usage
Dim instance As SearchResultsBaseWebPart
Dim value As Boolean

value = instance.UseLocationVisualization

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

Property Value

Type: System.Boolean
true if the search results Web Part uses the XSLT specified in the location definition; otherwise, false if the XSLT is specified in the Web Part’s Xsl property.

See Also

Reference

SearchResultsBaseWebPart Class

SearchResultsBaseWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace