PageNumberFilter.GetValueType method

Gets the type of the filter value. The returned type is always uint.

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

Syntax

'Declaration
Public Overrides Function GetValueType As Type
'Usage
Dim instance As PageNumberFilter
Dim returnValue As Type

returnValue = instance.GetValueType()
public override Type GetValueType()

Return value

Type: System.Type
The type of the filter value. The returned type is always uint.

Implements

IUserInputFilter.GetValueType()

See also

Reference

PageNumberFilter class

PageNumberFilter members

Microsoft.Office.BusinessData.Runtime namespace