Click or drag to resize

EntityBaseAdditionalData Property

Contains any additional XML attributes found while parsing XML feed messages that are not supported with the current version of the data contracts. These are represented as an XML attribute name-value tuples.

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public IDictionary<string, string> AdditionalData { get; }

Property Value

IDictionaryString, String
See Also