Click or drag to resize

ISportEventStatusGetPropertyValue Method

Gets the value of the property specified by it's name

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
Object GetPropertyValue(
	string propertyName
)

Parameters

propertyName  String
The name of the property

Return Value

Object
A Object representation of the value of the specified property, or a null reference if the value of the specified property was not specified
See Also