ResultTable.IsClosed Property
Gets a Boolean value indicating if the ResultTable is closed.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property IsClosed As Boolean
Get
'Usage
Dim instance As ResultTable
Dim value As Boolean
value = instance.IsClosed
public bool IsClosed { get; }
Property Value
Type: System.Boolean
true if the ResultTable is closed; otherwise, false.