LeaderboardQuery.HasNext 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 is more data in the leaderboard If this is true then you can pass this object into the GetLeaderboard call
public bool HasNext { get; }
member this.HasNext : bool
Public ReadOnly Property HasNext As Boolean
Property Value
Implements
Microsoft.Xbox.Services.Leaderboard.__ILeaderboardQueryPublicNonVirtuals.HasNext