Share via


ResultTable.IsClosed property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property IsClosed As Boolean
    Get
'Usage
Dim instance As ResultTable
Dim value As Boolean

value = instance.IsClosed
[ObsoleteAttribute("This class is obsolete.")]
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