Query.Timeout 属性 (Microsoft.Office.Server.Search.Query)
Gets or sets the amount of time, in milliseconds, before the query request times out.
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Property Timeout As Integer
用法
Dim instance As Query
Dim value As Integer
value = instance.Timeout
instance.Timeout = value
public int Timeout { get; set; }
属性值
A 32-bit integer representing the number of milliseconds.