共用方式為


SPList.NoCrawl property

取得或設定Boolean值,指定是否啟用清單中的編目。

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

Syntax

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

value = instance.NoCrawl

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

Property value

Type: System.Boolean
true如果未啟用編目 ;否則,請false。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace