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. |