CompletedCrawls.Success Property

Specifies a Boolean value that determines whether to include a column that displays the success 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_ShowSuccess", "", "S2AdminWebPart_ShowSuccess")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property Success As Boolean
    Get
    Set
'Usage
Dim instance As CompletedCrawls
Dim value As Boolean

value = instance.Success

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

Property Value

Type: System.Boolean

See Also

Reference

CompletedCrawls Class

CompletedCrawls Members

Microsoft.Office.Server.Search.WebControls Namespace