Click or drag to resize

ScoutEventPlayer1Id Property

Sportradar player id for player 1 connected to this event. The meaning of this attribute depends on event type:
  • 30 (goal): Goal scorer
  • 50, 40, 45 (red, yellow, yellow/red card): Who got card
  • 60 (substitution): Outgoing player
  • 154 (corner): Who took corner
  • 161 (penalty awarded): Who caused penalty – offender
  • 155, 156 (shot on/off target): Who shot
  • 153 (off side): Who was off side
  • 158 (injury): Who was injured

Namespace: Sportradar.SDK.FeedProviders.LiveScout
Assembly: LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public int? Player1Id { get; }

Property Value

NullableInt32
See Also