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.