Leader is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class Leader
{
int LeaderboardId { get; set; }
int Rank { get; set; }
User User { get; }
int Value { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| LeaderboardId | int | |||
| Rank | int | |||
| User | User | |||
| Value | int |