DataFormWebPart.SharedXslHashKey property

Gets the key of the dictionary item that stores basic XSLT information 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 SharedXslHashKey As String
    Get
'Usage
Dim instance As DataFormWebPart
Dim value As String

value = instance.SharedXslHashKey
public virtual string SharedXslHashKey { get; }

Property value

Type: System.String
The key of the dictionary item that stores basic XSLT information used as the basis when compiling customized XSL.

Remarks

This property value is always 1.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace