ContentElementAdapterRequests Property  | 
 
            Gets the list of requests generated by the adapters.
            
 
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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: 
IDictionaryGuid, 
IListString
See Also