UserInputFilter.GetValueType method
Gets the type of the user input filter value.
Namespace: Microsoft.SharePoint.BusinessData.Runtime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Function GetValueType As Type
'Usage
Dim instance As UserInputFilter
Dim returnValue As Type
returnValue = instance.GetValueType()
public virtual Type GetValueType()
Return value
Type: System.Type
The data type of the user input filter value.
Implements
IUserInputFilter.GetValueType()