共用方式為


SPFieldComputed.EnableLookup property

取得或設定布林值,指定是否允許查閱欄位來顯示來自此計算欄位的值。

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

Syntax

'宣告
Public Property EnableLookup As Boolean
    Get
    Set
'用途
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否則, false。

請參閱

參照

SPFieldComputed class

SPFieldComputed members

Microsoft.SharePoint namespace