SPField.Filterable property
Obtém um valor Boolean que indica se o campo pode ser filtrado.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overridable ReadOnly Property Filterable As Boolean
Get
'Uso
Dim instance As SPField
Dim value As Boolean
value = instance.Filterable
public virtual bool Filterable { get; }
Property value
Type: System.Boolean
true se o campo pode ser filtrado; Caso contrário, false.