SearchResultsBaseWebPart.UseLocationVisualization Property
Gets or sets a Boolean value indicating whether the federated results Web Part uses the XSLT 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 federated 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