SPField.Indexable property
Propriedade somente leitura que indica se o campo pode ser indexado ou não.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Indexable As Boolean
Get
'Uso
Dim instance As SPField
Dim value As Boolean
value = instance.Indexable
public bool Indexable { get; }
Property value
Type: System.Boolean
Um valor de Boolean = true se o campo pode ser indexado.