Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.