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