LimitFilter.GetValueType method

When overridden in a derived class, gets the type of the filter value.

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

Syntax

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

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

Return value

Type: System.Type
The type of the filter value.

Implements

IUserInputFilter.GetValueType()

See also

Reference

LimitFilter class

LimitFilter members

Microsoft.SharePoint.BusinessData.Runtime namespace