Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the amount of time before the query’s WCF operations time out.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property WcfTimeout As Integer
Get
Set
'Usage
Dim instance As QueryProperties
Dim value As Integer
value = instance.WcfTimeout
instance.WcfTimeout = value
public int WcfTimeout { get; set; }
Property Value
Type: System.Int32
The time, in milliseconds, that it takes before the WCF operations time out.