Share via


SortingFilter.GetValueType method

Overrides the method to return the type of value for this filtertype

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

Syntax

'Declaration
Public Overrides Function GetValueType As Type
'Usage
Dim instance As SortingFilter
Dim returnValue As Type

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

Return value

Type: System.Type
Type of SortingFilter value, i.e. string

Implements

IUserInputFilter.GetValueType()

See also

Reference

SortingFilter class

SortingFilter members

Microsoft.Office.BusinessData.Runtime namespace