QueryProperties.WcfTimeout property
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
<DataMemberAttribute> _
Public Property WcfTimeout As Integer
Get
Set
'Usage
Dim instance As QueryProperties
Dim value As Integer
value = instance.WcfTimeout
instance.WcfTimeout = value
[DataMemberAttribute]
public int WcfTimeout { get; set; }
Property value
Type: System.Int32
The time, in milliseconds, that it takes before the WCF operations time out.