UserInputFilter.ValueCount property

Gets the number of values for the user filter.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ValueCount As Integer
    Get
'Usage
Dim instance As UserInputFilter
Dim value As Integer

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

Property value

Type: System.Int32
The number of values for the user filter.

Implements

IUserInputFilter.ValueCount

Remarks

Different UserInputFilter objects will have between 1 and n unique values to be set to fully specify the filter. For example, the RangeFilter has a ValueCount of 2. Each of those values can map to more than a single TypeDescriptor object.

See also

Reference

UserInputFilter class

UserInputFilter members

Microsoft.Office.BusinessData.Runtime namespace