Language
Edit

PredefinedQuery.HasMore Field

Definition

Whether or not the query returned the complete set of data or if the data was truncated.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Nullable<bool> HasMore;
val mutable HasMore : Nullable<bool>
Public HasMore As Nullable(Of Boolean) 

Field Value

Attributes

Applies to