Click or drag to resize

PropertyUsage Enumeration

Enumerates property usage requirements

Namespace: Sportradar.OddsFeed.SDK.Messages.Feed
Assembly: Sportradar.OddsFeed.SDK.Messages (in Sportradar.OddsFeed.SDK.Messages.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public enum PropertyUsage
Members
Member nameValueDescription
FORBBIDEN0 The value of the property must not be specified
OPTIONAL1 The usage of the property is optional
REQUIRED2 The usage of the property is required
See Also