Share via


UserInputFilter.GetFilterValueTypeDescriptorsType method

Gets the type described by the filter's TypeDescriptor.

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

Syntax

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

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

Return value

Type: System.Type
The type described by the filter's TypeDescriptor.

Exceptions

Exception Condition
InvalidMetadataObjectException

The filter is associated with more than one type descriptor and each type descriptor describes a different type.

See also

Reference

UserInputFilter class

UserInputFilter members

Microsoft.Office.BusinessData.Runtime namespace