SPView.Xsl property

Gets or sets the inline XSL that is used for the view.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Xsl As String
    Get
    Set
'Usage
Dim instance As SPView
Dim value As String

value = instance.Xsl

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

Property value

Type: System.String
String
The inline XSL.

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace