PredefinedQuery.HasMore Field
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.
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