共用方式為


SPField.LinkToItem property

取得或設定指示欄位是否應該顯示清單項目顯示表單時顯示在清單檢視中的連結。

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

Syntax

'宣告
Public Property LinkToItem As Boolean
    Get
    Set
'用途
Dim instance As SPField
Dim value As Boolean

value = instance.LinkToItem

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

Property value

Type: System.Boolean
true,如果連結是可見的。false,否則。

備註

如果LinkToItemAllowed不設為Allowed,則會忽略設定此屬性嘗試。

如果LinkToItemAllowed設為ProhibitedLinkToItem一定是false。如果LinkToItemAllowed設為RequiredLinkToItem,一律為true。

請參閱

參照

SPField class

SPField members

Microsoft.SharePoint namespace