SPFieldComputed.EnableLookup property

Gets or sets a Boolean value that specifies whether to allow lookup fields to display values from this computed field.

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

Syntax

'Declaration
Public Property EnableLookup As Boolean
    Get
    Set
'Usage
Dim instance As SPFieldComputed
Dim value As Boolean

value = instance.EnableLookup

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

Property value

Type: System.Boolean
true to allow lookup fields to display values from this computed field; otherwise, false.

See also

Reference

SPFieldComputed class

SPFieldComputed members

Microsoft.SharePoint namespace