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 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()