ResultTable.IsClosed Property

Gets a Boolean value indicating if the ResultTable is closed.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.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.

Implements

IDataReader.IsClosed

See Also

Reference

ResultTable Class

ResultTable Members

Microsoft.SharePoint.Search.Query Namespace