Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.