MatchParticipantResults Property
Note: This API is now obsolete.
A list of Result COF that the logged in user owns for this match. Meaning, these are the
scores the logged in user shot. If a user is not logged in, or the logged in user is
not an athletes, then this will be an empty list.
Namespace: Scopos.BabelFish.DataModel.OrionMatchAssembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
[ObsoleteAttribute("Format of this data is in the old ResultCOF (pre 2022). Make a separate call using GetResultCOF() instead, which returns data in the 2022 format.")]
public List<ResultCOF> ParticipantResults { get; set; }
Property Value
ListResultCOF