Share via


CrawlLog.SearchResultRemovalTimeoutInSeconds property

Public accessor for the search result removal timeout. This is used by the search result removal UI to display the timeout value as part of an error message.

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

Syntax

'Declaration
Public ReadOnly Property SearchResultRemovalTimeoutInSeconds As Integer
    Get
'Usage
Dim instance As CrawlLog
Dim value As Integer

value = instance.SearchResultRemovalTimeoutInSeconds
public int SearchResultRemovalTimeoutInSeconds { get; }

Property value

Type: System.Int32

See also

Reference

CrawlLog class

CrawlLog members

Microsoft.Office.Server.Search.Administration namespace