共用方式為


SPField.NoCrawl property

取得或設定 Boolean 值,以指定是否可由搜尋引擎編目] 欄位。

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

Syntax

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

value = instance.NoCrawl

instance.NoCrawl = value
public virtual bool NoCrawl { get; set; }

Property value

Type: System.Boolean
若要指定的欄位無法進行編目, true否則,請false。

請參閱

參照

SPField class

SPField members

Microsoft.SharePoint namespace