LeaderboardResult.Rows 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.
The collection of rows in the leaderboard results.
public Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Leaderboard.LeaderboardRow> Rows { get; }
member this.Rows : Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Leaderboard.LeaderboardRow>
Public ReadOnly Property Rows As IVectorView(Of LeaderboardRow)
Property Value
Windows.Foundation.Collections.IVectorView<LeaderboardRow>
Implements
Microsoft.Xbox.Services.Leaderboard.__ILeaderboardResultPublicNonVirtuals.Rows