IDocumentServiceQuery<T>.HasMoreResults Property

Specifies whether or not more results are available at the server.

Namespace:  Microsoft.Azure.Documents.Linq
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

Syntax

'Declaration
ReadOnly Property HasMoreResults As Boolean 
    Get
'Usage
Dim instance As IDocumentServiceQuery 
Dim value As Boolean 

value = instance.HasMoreResults
bool HasMoreResults { get; }
property bool HasMoreResults {
    bool get ();
}
abstract HasMoreResults : bool
function get HasMoreResults () : boolean

Property Value

Type: System.Boolean
true if more results are available at the server; otherwise, false.

See Also

Reference

IDocumentServiceQuery<T> Interface

Microsoft.Azure.Documents.Linq Namespace