DataResultDataWarnings Property |
Gets the warnings.
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(EmitDefaultValue = false, Name = "warnings")]
public IList<DataWarningData> Warnings { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "warnings")>
Public ReadOnly Property Warnings As IList(Of DataWarningData)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"warnings")]
property IList<DataWarningData^>^ Warnings {
IList<DataWarningData^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "warnings")>]
member Warnings : IList<DataWarningData> with get
Property Value
Type:
IListDataWarningDataSee Also