Edit

Share via


TeamInfo Class

Definition

Represents details of the team participating in the tournament.

[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class TeamInfo
type TeamInfo = class
    interface __ITeamInfoPublicNonVirtuals
Public NotInheritable Class TeamInfo
Inheritance
TeamInfo
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Properties

CompletedReason

The reason the team is in the Completed state.

ContinuationUri

A protocol activation URI the title can follow after the match is done to take the user back to the Xbox App's Tournament Details Page.

CurrentMatchMetadata

Information about the team's current or upcoming match. Absent if the team does not have an current or upcoming match.

Id

The ID of the team. It is an opaque string specified by the tournament organizer.

MemberXboxUserIds

Member xbox_user_ids for this team.

Name

The display name of the team

PreviousMatchMetadata

Information about the previously played match. Absent if the player has not played any matches.

Ranking

The team's final rank within the tournament, if it is available. If missing, the rank is not available.

RegistrationDate

The timestamp at which the team was registered. Used to determine ordering if team is waitlisted.

Standing

A formatted string that describes the team's standing in the tournament. For example '1W - 0L'.

TeamState

The state of the team.

Applies to