SharePointContentSource.SharePointCrawlBehavior Property

Gets or sets the crawl behavior for the SharePoint content source.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property SharePointCrawlBehavior As SharePointCrawlBehavior
    Get
    Set
'Usage
Dim instance As SharePointContentSource
Dim value As SharePointCrawlBehavior

value = instance.SharePointCrawlBehavior

instance.SharePointCrawlBehavior = value
public SharePointCrawlBehavior SharePointCrawlBehavior { get; set; }

Property Value

Type: Microsoft.Office.Server.Search.Administration.SharePointCrawlBehavior
A value from the SharePointCrawlBehavior enumeration, specifying the crawl behavior.

See Also

Reference

SharePointContentSource Class

SharePointContentSource Members

Microsoft.Office.Server.Search.Administration Namespace