GetMapsOptionsSymbolCompatibleNames Property

Gets the list of alternative symbol names and their corresponding original symbol names, which were specified for compatibility with a data source.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "symbolCompatibleNames", EmitDefaultValue = false)]
public IList<KeyValuePairData> SymbolCompatibleNames { get; }

Property Value

Type: IListKeyValuePairData
A list of key value pairs with specified compatible names as keys with corresponding symbol names as values.
See Also