del método PageNumberFilter.GetValueType
Obtiene el tipo del valor de filtro.
Espacio de nombres: Microsoft.SharePoint.BusinessData.Runtime
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Overrides Function GetValueType As Type
'Uso
Dim instance As PageNumberFilter
Dim returnValue As Type
returnValue = instance.GetValueType()
public override Type GetValueType()
Valor devuelto
Tipo: System.Type
El tipo del valor de filtro.
Implementaciones
IUserInputFilter.GetValueType()
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.BusinessData.Runtime