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