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 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.