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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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