Partilhar via


LimitFilter.GetValueType Method

Gets the type of the filter value. Always returns typeof(uint).

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 LimitFilter
Dim returnValue As Type

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

Return Value

Type: System.Type
The type of the filter value. Always returns typeof(uint).

Implements

IUserInputFilter.GetValueType()

See Also

Reference

LimitFilter Class

LimitFilter Members

Microsoft.Office.BusinessData.Runtime Namespace