Click or drag to resize

ICustomBetSelectionBuilderSetSpecifiers Method

Sets specifiers 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 SetSpecifiers(
	string specifiers
)

Parameters

specifiers  String
A value representing the specifiers.

Return Value

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