Share via


LimitFilter.ValueCount property

Gets the 1 value of the Limit filter.

Namespace:  Microsoft.SharePoint.BusinessData.Runtime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ValueCount As Integer
    Get
'Usage
Dim instance As LimitFilter
Dim value As Integer

value = instance.ValueCount
public override int ValueCount { get; }

Property value

Type: System.Int32
The 1 value of the Limit filter.

Implements

IUserInputFilter.ValueCount

See also

Reference

LimitFilter class

LimitFilter members

Microsoft.SharePoint.BusinessData.Runtime namespace