Edit

Share via


TournamentRegistrationReason Enum

Definition

Defines values used to indicate the reason why the team in under selected tournament registration state.

[Windows.Foundation.Metadata.Version(1)]
public enum TournamentRegistrationReason
type TournamentRegistrationReason = 
Public Enum TournamentRegistrationReason
Inheritance
TournamentRegistrationReason
Attributes
Windows.Foundation.Metadata.VersionAttribute

Fields

MemberAlreadyRegistered 2

One of the team members have already been registered for this tournament.

RegistrationClosed 1

The registration for this tournament has been closed.

TeamEliminated 4

The team has been eliminated from the tournament.

TournamentCompleted 5

The tournament has been completed.

TournamentFull 3

The tournament has reached its max team registration limit and is now full.

Unknown 0

The team registration reason is unknown.

Applies to