BillingProfilesOnExpand.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 billing profiles than the ones listed in this collection. The collection lists a maximum of 50 billing profiles. To get all billing profiles, use the list billing profiles 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