InvoiceSectionsOnExpand.HasMoreResults 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.
Gets indicates whether there are more invoice sections than the ones listed in this collection. The collection lists a maximum of 50 invoice sections. To get all invoice sections, use the list invoice sections API.
[Newtonsoft.Json.JsonProperty(PropertyName="hasMoreResults")]
public bool? HasMoreResults { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hasMoreResults")>]
member this.HasMoreResults : Nullable<bool>
Public ReadOnly Property HasMoreResults As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET