ContentSource.CrawlPriority property

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

Syntax

'Declaration
Public Property CrawlPriority As CrawlPriority
    Get
    Set
'Usage
Dim instance As ContentSource
Dim value As CrawlPriority

value = instance.CrawlPriority

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

Property value

Type: Microsoft.Office.Server.Search.Administration.CrawlPriority
Returns CrawlPriority.

See also

Reference

ContentSource class

ContentSource members

Microsoft.Office.Server.Search.Administration namespace