Freigeben über


FieldComputed.EnableLookup-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob von einem Nachschlagefeld auf das Feld verwiesen werden kann.

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 EnableLookup As Boolean
    Get
    Set
'Usage
Dim instance As FieldComputed
Dim value As Boolean

value = instance.EnableLookup

instance.EnableLookup = value
public bool EnableLookup { get; set; }

Eigenschaftswert

Typ: System.Boolean
Gibt Booleantrue Wenn ein Nachschlagefeld auf das Feld verweisen kann ansonsten false. Ist der Standardwert.

Siehe auch

Referenz

FieldComputed Klasse

FieldComputed-Member

Microsoft.SharePoint.Client-Namespace