Compartilhar via


IUserInputFilter.GetValueType Method

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

See Also

Reference

IUserInputFilter Interface

IUserInputFilter Members

Microsoft.BusinessData.Runtime Namespace