CrawlRule.CrawlAsHttp property

Gets or sets a Boolean value that specifies whether the crawler should crawl content from a hierarchical content source as HTTP content.

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

Syntax

'Declaration
Public Property CrawlAsHttp As Boolean
    Get
    Set
'Usage
Dim instance As CrawlRule
Dim value As Boolean

value = instance.CrawlAsHttp

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

Property value

Type: System.Boolean
true if the content is crawled over HTTP; otherwise, false.

See also

Reference

CrawlRule class

CrawlRule members

Microsoft.Office.Server.Search.Administration namespace