SPField.Indexed - Propriété
Obtient ou définit une valeur booléenne qui spécifie si le champ est indexé.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overridable Property Indexed As Boolean
Get
Set
'Utilisation
Dim instance As SPField
Dim value As Boolean
value = instance.Indexed
instance.Indexed = value
public virtual bool Indexed { get; set; }
Valeur de propriété
Type : System.Boolean
true pour indiquer que le champ est indexé ; dans le cas contraire, false.