Visualization.Xsl Property
Specifies the XSLT transformation (XSLT) for the results XML returned for the federated search location. For more information about customizing the XSLT for the search results Web Parts, see Customizing Enterprise Search Results in the Microsoft Office SharePoint Server 2007 SDK.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Xsl As String
Get
Set
'Usage
Dim instance As Visualization
Dim value As String
value = instance.Xsl
instance.Xsl = value
public string Xsl { get; set; }
Property Value
Type: System.String