Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()