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