ListBloomFilter.K property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property K As Integer
Get
'Usage
Dim instance As ListBloomFilter
Dim value As Integer
value = instance.K
public int K { get; }
Property value
Type: System.Int32