FieldComputed.EnableLookup property

Gets or sets a value that specifies whether a lookup field can reference the field.

Namespace:  Microsoft.SharePoint.Client
Assembly:  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; }

Property value

Type: System.Boolean
Returns Booleantrue if a lookup field can reference the field otherwise returns false. The default value is

See also

Reference

FieldComputed class

FieldComputed members

Microsoft.SharePoint.Client namespace