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)

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Public Property AddServerFilterOperationHash As Boolean
    Get
    Set
'Usage
Dim instance As XsltListViewWebPart
Dim value As Boolean

value = instance.AddServerFilterOperationHash

instance.AddServerFilterOperationHash = value
[WebBrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
public bool AddServerFilterOperationHash { get; set; }

Property value

Type: System.Boolean
true to add a hash table; otherwise, false.

See also

Reference

XsltListViewWebPart class

XsltListViewWebPart members

Microsoft.SharePoint.WebPartPages namespace