AdapterDataNoDataActions Property |
Gets the no data actions.
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 = "noDataActions", EmitDefaultValue = false)]
public IList<ActionData> NoDataActions { get; }
<DataMemberAttribute(Name := "noDataActions", EmitDefaultValue := false)>
Public ReadOnly Property NoDataActions As IList(Of ActionData)
Get
public:
[DataMemberAttribute(Name = L"noDataActions", EmitDefaultValue = false)]
property IList<ActionData^>^ NoDataActions {
IList<ActionData^>^ get ();
}
[<DataMemberAttribute(Name = "noDataActions", EmitDefaultValue = false)>]
member NoDataActions : IList<ActionData> with get
Property Value
Type:
IListActionData
The no data actions.
See Also