UserInputFilter.GetValueType method

Gets the type of the filter value.

Namespace:  Microsoft.Office.BusinessData.Runtime
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)

Syntax

'Declaration
Public Overridable Function GetValueType As Type
'Usage
Dim instance As UserInputFilter
Dim returnValue As Type

returnValue = instance.GetValueType()
public virtual Type GetValueType()

Return value

Type: System.Type
The data type of the filter value.

Implements

IUserInputFilter.GetValueType()

Remarks

For UserInputFilter, this method returns the same value as the GetFilterValueTypeDescriptorsType() method. However, this is not necessarily true for derived classes.

See also

Reference

UserInputFilter class

UserInputFilter members

Microsoft.Office.BusinessData.Runtime namespace