ExportRequestOptionsAdapterRequests Property |
Gets the list of requests generated by the adapters.
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 = "adapterRequests")]
public IList<KeyValuesPairData> AdapterRequests { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "adapterRequests")>
Public ReadOnly Property AdapterRequests As IList(Of KeyValuesPairData)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"adapterRequests")]
property IList<KeyValuesPairData^>^ AdapterRequests {
IList<KeyValuesPairData^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "adapterRequests")>]
member AdapterRequests : IList<KeyValuesPairData> with get
Property Value
Type:
IListKeyValuesPairDataSee Also