Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the shared XSL tags that are used as the basis when compiling customized XSL.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable ReadOnly Property SharedXsl As String
Get
'Usage
Dim instance As DataFormWebPart
Dim value As String
value = instance.SharedXsl
public virtual string SharedXsl { get; }
Property Value
Type: System.String
The XSL tags that are used as the basis when compiling customized XSL.
Remarks
This property value is always <xsl:stylesheet xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\" version=\"1.0\"/>