UserInputFilter.GetFilterValueType Method
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Overridable Function GetFilterValueType As Type
'Usage
Dim instance As UserInputFilter
Dim returnValue As Type
returnValue = instance.GetFilterValueType()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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