UserInputFilter.GetFilterValueType Method
When overridden in a derived class, returns the type of the filter value.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overridable Function GetFilterValueType As Type
'Usage
Dim instance As UserInputFilter
Dim returnValue As Type
returnValue = instance.GetFilterValueType()
public virtual Type GetFilterValueType()
Return Value
Type: System.Type
The data type of the filter value.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace