SPField.Indexable - Propriété
Propriété en lecture seule qui indique si le champ peut être indexé ou non.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Indexable As Boolean
Get
'Utilisation
Dim instance As SPField
Dim value As Boolean
value = instance.Indexable
public bool Indexable { get; }
Valeur de propriété
Type : System.Boolean
Une valeur de Boolean = true si le champ peut être indexé.