Gets or sets a
Boolean value specifying whether crawling is enabled for the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property NoCrawl As Boolean
Dim instance As SPList
Dim value As Boolean
value = instance.NoCrawl
instance.NoCrawl = value
public bool NoCrawl { get; set; }
Property Value
true if crawling is not enabled; otherwise, false.