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. Always returns typeof(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 LimitFilter
Dim returnValue As Type
returnValue = instance.GetValueType()
public override Type GetValueType()
Return Value
Type: System.Type
The type of the filter value. Always returns typeof(uint).
Implements
IUserInputFilter.GetValueType()