Compartilhar via


SPField.Indexed property

Obtém ou define um valor Booliano que especifica se a lista está oculta.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Overridable Property Indexed As Boolean
    Get
    Set
'Uso
Dim instance As SPField
Dim value As Boolean

value = instance.Indexed

instance.Indexed = value
public virtual bool Indexed { get; set; }

Property value

Type: System.Boolean
true para especificar que o campo está indexado; Caso contrário, false.

Ver também

Referência

SPField class

SPField members

Microsoft.SharePoint namespace