BaseXsltListWebPart.BaseXsltHashKey Property

Gets or sets the hash key of the BaseXsltListWebPart.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<BrowsableAttribute(False)> _
Public Property BaseXsltHashKey As String
    Get
    Set
'Usage
Dim instance As BaseXsltListWebPart
Dim value As String

value = instance.BaseXsltHashKey

instance.BaseXsltHashKey = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[BrowsableAttribute(false)]
public string BaseXsltHashKey { get; set; }

Property Value

Type: System.String
The hash key of the BaseXsltListWebPart.

See Also

Reference

BaseXsltListWebPart Class

BaseXsltListWebPart Members

Microsoft.SharePoint.WebPartPages Namespace