SPField.Indexed-Eigenschaft

Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob das Feld indiziert ist.

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

Syntax

'Declaration
Public Overridable Property Indexed As Boolean
    Get
    Set
'Usage
Dim instance As SPField
Dim value As Boolean

value = instance.Indexed

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

Eigenschaftswert

Typ: System.Boolean
true , um anzugeben, dass das Feld indiziert ist; andernfalls false.

Siehe auch

Referenz

SPField Klasse

SPField-Member

Microsoft.SharePoint-Namespace