del método IUserInputFilter.GetValueType
Devuelve el tipo del valor de este filtro.
Espacio de nombres: Microsoft.BusinessData.Runtime
Ensamblado: Microsoft.BusinessData (en Microsoft.BusinessData.dll)
Sintaxis
'Declaración
Function GetValueType As Type
'Uso
Dim instance As IUserInputFilter
Dim returnValue As Type
returnValue = instance.GetValueType()
Type GetValueType()
Valor devuelto
Tipo: System.Type
El tipo del valor de este filtro.
Ejemplos
Code Snippet: Determine the Type of the Parameter That a Filter is associated with