SPView.XslLink property

An attribute specifying the XSL file used by the view. Gets or sets the XSL file.

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

Syntax

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

value = instance.XslLink

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

Property value

Type: System.String
Returns a String of the name of an XSL file.

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace