SearchService.ConnectionTimeout Property
Gets or sets the amount of time (in seconds) that the search server will wait while connecting to other services.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ConnectionTimeout As Integer
Get
Set
'Usage
Dim instance As SearchService
Dim value As Integer
value = instance.ConnectionTimeout
instance.ConnectionTimeout = value
public int ConnectionTimeout { get; set; }
Property Value
Type: System.Int32