BatchedResultDataDynamicElementMappings Property |
Gets the mapping information about which actual elements were used to fulfill the dynamic elements from the request.
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(EmitDefaultValue = false, Name = "dynamicElementMappings")]
public IList<KeyValuePairData> DynamicElementMappings { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "dynamicElementMappings")>
Public ReadOnly Property DynamicElementMappings As IList(Of KeyValuePairData)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"dynamicElementMappings")]
property IList<KeyValuePairData^>^ DynamicElementMappings {
IList<KeyValuePairData^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "dynamicElementMappings")>]
member DynamicElementMappings : IList<KeyValuePairData> with get
Property Value
Type:
IListKeyValuePairDataSee Also