ExportRequestAdapterRequests Property |
Gets the list of requests generated by the adapters.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IDictionary<Guid, IList<string>> AdapterRequests { get; }
Public ReadOnly Property AdapterRequests As IDictionary(Of Guid, IList(Of String))
Get
public:
property IDictionary<Guid, IList<String^>^>^ AdapterRequests {
IDictionary<Guid, IList<String^>^>^ get ();
}
member AdapterRequests : IDictionary<Guid, IList<string>> with get
Property Value
Type:
IDictionaryGuid,
IListStringSee Also