CompletedCrawls.Errors Property
Specifies a Boolean value that determines whether to include a column that displays the error count for each completed crawl.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ResourcesAttribute("S2AdminWebPart_ShowErrors", "", "S2AdminWebPart_ShowErrors")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property Errors As Boolean
Get
Set
'Usage
Dim instance As CompletedCrawls
Dim value As Boolean
value = instance.Errors
instance.Errors = value
[ResourcesAttribute("S2AdminWebPart_ShowErrors", "", "S2AdminWebPart_ShowErrors")]
[WebPartStorageAttribute(Storage.Shared)]
public bool Errors { get; set; }
Property Value
Type: System.Boolean