Show / Hide Table of Contents

Class Roster

Roster of the team (Team API).

Inheritance
System.Object
Roster
Namespace:RiotSharp.TeamEndpoint
Assembly:RiotSharp.dll
Syntax
public class Roster : object

Properties

MemberList

List of the team members of the roster.

Declaration
public List<TeamMemberInfo> MemberList { get; set; }
Property Value
Type Description
List<><TeamMemberInfo>

OwnerId

Id of the owner of the team.

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