다음을 통해 공유


ActiveCrawls.Warnings Property

A Boolean that determines whether to include a column that displays the warning count for each active crawl.

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

Syntax

'Declaration
<ResourcesAttribute("S2AdminWebPart_ShowWarnings", "", "S2AdminWebPart_ShowWarnings")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property Warnings As Boolean
    Get
    Set
'Usage
Dim instance As ActiveCrawls
Dim value As Boolean

value = instance.Warnings

instance.Warnings = value
[ResourcesAttribute("S2AdminWebPart_ShowWarnings", "", "S2AdminWebPart_ShowWarnings")]
[WebPartStorageAttribute(Storage.Shared)]
public bool Warnings { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

ActiveCrawls Class

ActiveCrawls Members

Microsoft.Office.Server.Search.WebControls Namespace