ExportRequest.AdapterRequests 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 (25.1.0.1000)
Syntaxpublic 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:
IDictionary<Guid,
IList<String>>
See Also