Show / Hide Table of Contents

Class ParticipantIdentity

Class representing a participant's identity in a match (Match API).

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

Properties

ParticipantId

Participant ID.

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

Player

Player information.

Declaration
public Player Player { get; set; }
Property Value
Type Description
Player
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX