Field.Indexed-Eigenschaft
Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob das Feld indiziert ist.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Indexed As Boolean
Get
Set
'Usage
Dim instance As Field
Dim value As Boolean
value = instance.Indexed
instance.Indexed = value
public bool Indexed { get; set; }
Eigenschaftswert
Typ: System.Boolean
true , um anzugeben, dass das Feld indiziert ist; andernfalls, false.