GetMapsOptionsPathCompatibleNames Property |
Gets the list of alternative path names and their corresponding original path 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 = "pathCompatibleNames", EmitDefaultValue = false)]
public IList<KeyValuePairData> PathCompatibleNames { get; }
<DataMemberAttribute(Name := "pathCompatibleNames", EmitDefaultValue := false)>
Public ReadOnly Property PathCompatibleNames As IList(Of KeyValuePairData)
Get
public:
[DataMemberAttribute(Name = L"pathCompatibleNames", EmitDefaultValue = false)]
property IList<KeyValuePairData^>^ PathCompatibleNames {
IList<KeyValuePairData^>^ get ();
}
[<DataMemberAttribute(Name = "pathCompatibleNames", EmitDefaultValue = false)>]
member PathCompatibleNames : IList<KeyValuePairData> with get
Property Value
Type:
IListKeyValuePairData
A list of key value pairs with specified compatible names as keys with corresponding path names as values.
See Also