QueryHierarchyItemsResult.HasMore 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.
Indicates if the max return limit was hit but there are still more items
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Nullable<bool> HasMore { get; set; }
member this.HasMore : Nullable<bool> with get, set
Public Property HasMore As Nullable(Of Boolean)
Property Value
- Attributes