Show / Hide Table of Contents

Class Player

Player in a match (Match API).

Inheritance
System.Object
Player
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class Player : object

Properties

MatchHistoryUri

Match history URI.

Declaration
public string MatchHistoryUri { get; set; }
Property Value
Type Description
System.String

ProfileIcon

Profile icon ID.

Declaration
public int ProfileIcon { get; set; }
Property Value
Type Description
System.Int32

SummonerId

Summoner ID.

Declaration
public long SummonerId { get; set; }
Property Value
Type Description
System.Int64

SummonerName

Summoner name.

Declaration
public string SummonerName { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX