PageNumberFilter.ValueCount property

Gets the one value of the filter.

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

Syntax

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

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

Property value

Type: System.Int32
The one value of the filter.

Implements

IUserInputFilter.ValueCount

See also

Reference

PageNumberFilter class

PageNumberFilter members

Microsoft.Office.BusinessData.Runtime namespace