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 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
<DataMemberAttribute> _
Public Property Xsl As String
    Get
    Set
'Usage
Dim instance As Visualization
Dim value As String

value = instance.Xsl

instance.Xsl = value
[DataMemberAttribute]
public string Xsl { get; set; }

Property value

Type: System.String

See also

Reference

Visualization class

Visualization members

Microsoft.Office.Server.Search.Administration namespace