Share via


ListBloomFilter.HashedValueSet property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property HashedValueSet As IList(Of String)
    Get
'Usage
Dim instance As ListBloomFilter
Dim value As IList(Of String)

value = instance.HashedValueSet
public IList<string> HashedValueSet { get; }

Property value

Type: System.Collections.Generic.IList<String>

See also

Reference

ListBloomFilter class

ListBloomFilter members

Microsoft.SharePoint.Client namespace