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>