CrawlRule.ErrorPages Property
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