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