Click or drag to resize

ReportParametersExtensionData Property

Any properties that are not able to be resolved will get placed in this dictionary. We will use this for compatibility of renamed or restructured properties. RESOURCE: https://makolyte.com/system-text-json-deserialize-properties-that-arent-on-the-class/

Namespace: Canary.Axiom.Shared.Reports
Assembly: Canary.Axiom.Shared (in Canary.Axiom.Shared.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public Dictionary<string, JToken> ExtensionData { get; set; }

Property Value

DictionaryString, JToken
See Also