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
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.

See Also

Reference

QueryProperties Class

QueryProperties Members

Microsoft.Office.Server.Search.Query Namespace