C# Class PlayFab.ClientModels.GetLeaderboardForUsersCharactersRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
MaxResultsCount int
StatisticName string

Property Details

MaxResultsCount public property

Maximum number of entries to retrieve.
public int MaxResultsCount
return int

StatisticName public property

Unique identifier for the title-specific statistic for the leaderboard.
public string StatisticName
return string