Share via


SortingFilter.GetValueType method

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

Namespace:  Microsoft.SharePoint.BusinessData.Runtime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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.SharePoint.BusinessData.Runtime namespace