CrawlRule.ErrorPages property

Gets the collection of error pages used for forms or cookie auth. Returns a copy of the cached data. Returns null if something unexpected occurred.

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

Syntax

'Declaration
Public Property ErrorPages As StringCollection
    Get
    Set
'Usage
Dim instance As CrawlRule
Dim value As StringCollection

value = instance.ErrorPages

instance.ErrorPages = value
public StringCollection ErrorPages { get; set; }

Property value

Type: System.Collections.Specialized.StringCollection
Returns StringCollection.

See also

Reference

CrawlRule class

CrawlRule members

Microsoft.Office.Server.Search.Administration namespace