Click or drag to resize

MatchHeaderSetScores Property

For Tennis it contains the scores for all sets that have ended and the current running set. For Ice Hockey and Basketball it includes the period score for all finished periods. If "Show current period score during period" XML config setting is enabled, the score of the current period will be included also during the current period, not only after the period is over.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public string[] SetScores { get; }

Property Value

String
Remarks
Currently scores for max. 10 sets are included (index [0-9])
See Also