PageNumberFilter.GetValueType Method
Gets the type of the filter value.
Namespace: Microsoft.SharePoint.BusinessData.Runtime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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.
Implements
IUserInputFilter.GetValueType()