ActiveCrawls.Success Property
A Boolean value that determines whether to include a column that displays the success count for each active 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_ShowSuccess", "", "S2AdminWebPart_ShowSuccess")> _
Public Property Success As Boolean
Get
Set
'Usage
Dim instance As ActiveCrawls
Dim value As Boolean
value = instance.Success
instance.Success = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("S2AdminWebPart_ShowSuccess", "", "S2AdminWebPart_ShowSuccess")]
public bool Success { get; set; }
Property Value
Type: System.Boolean