Click or drag to resize

ICustomBetSelectionBuilderSetOutcomeId Method

Sets outcome id to the provided value

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
ICustomBetSelectionBuilder SetOutcomeId(
	string outcomeId
)

Parameters

outcomeId  String
A value representing the outcome id.

Return Value

ICustomBetSelectionBuilder
The ICustomBetSelectionBuilder instance used to set additional values.
See Also