SearchResultsBaseDatasource.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
Public Property UseLocationVisualization As Boolean
Get
Set
'Usage
Dim instance As SearchResultsBaseDatasource
Dim value As Boolean
value = instance.UseLocationVisualization
instance.UseLocationVisualization = value
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
SearchResultsBaseDatasource Class