DataFormWebPart.SharedXsl property

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)

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\"/>

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace