Click or drag to resize

MatchHeaderOuts Property

Used by baseball and similar sports. Denotes the number of outs in current half-inning.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public int? Outs { get; }

Property Value

NullableInt32
Remarks
In baseball, an out occurs when the defensive, or fielding, team effects any of a number of different events, and the umpire rules a batter or baserunner out. When a player is called out, he is said to be retired. When three outs are recorded in an inning during a team's turn at offense, that team's half of the inning finishes, and it is said that "the side is retired." Can be 0, 1 or 2.
See Also