Open this page in the API Guide

GetMapsOptions.SymbolCompatibleNames 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 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "symbolCompatibleNames", EmitDefaultValue = false)]
public IList<KeyValuePairData> SymbolCompatibleNames { get; }

Property Value

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