UserInputFilter.ValueCount Property

Gets the number of values for the user input filter.

Namespace:  Microsoft.SharePoint.BusinessData.Runtime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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 input 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.SharePoint.BusinessData.Runtime Namespace