ChangeQueryResults.MoreResultsAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if there are more results available to fetch (we're returning the max # of items requested)
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="moreResultsAvailable")]
public bool MoreResultsAvailable { get; set; }
member this.MoreResultsAvailable : bool with get, set
Public Property MoreResultsAvailable As Boolean
Property Value
- Attributes