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