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.
Returns the type of the value of this filter.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetValueType As Type
'Usage
Dim instance As IUserInputFilter
Dim returnValue As Type
returnValue = instance.GetValueType()
Type GetValueType()
Return Value
Type: System.Type
The type of the value of this filter.
Examples
Code Snippet: Determine the Type of the Parameter That a Filter is associated with