[Missing <summary> documentation for "P:NFF.FIKS.EnterpriseServices.Components.Entities.MatchResultsAndStanding.TournamentStandings"]
public List<TournamentTableTeam> TournamentStandings { get; set; }
Public Property TournamentStandings As List(Of TournamentTableTeam)
Get
Set
public:
property List<TournamentTableTeam^>^ TournamentStandings {
List<TournamentTableTeam^>^ get ();
void set (List<TournamentTableTeam^>^ value);
}
member TournamentStandings : List<TournamentTableTeam> with get, set