XsltListViewWebPart.AddServerFilterOperationHash Property
Gets or sets a value that indicates whether to add a hash table to the server filter operation.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.None)> _
<WebBrowsableAttribute(False)> _
Public Property AddServerFilterOperationHash As Boolean
Get
Set
'Usage
Dim instance As XsltListViewWebPart
Dim value As Boolean
value = instance.AddServerFilterOperationHash
instance.AddServerFilterOperationHash = value
[WebPartStorageAttribute(Storage.None)]
[WebBrowsableAttribute(false)]
public bool AddServerFilterOperationHash { get; set; }
Property Value
Type: System.Boolean
true to add a hash table; otherwise, false.