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