IDataWarningsWarnings Property |
Gets the warnings for the current instance, as well as for any dependency objects.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIEnumerable<DataWarning> Warnings { get; }ReadOnly Property Warnings As IEnumerable(Of DataWarning)
Get
property IEnumerable<DataWarning^>^ Warnings {
IEnumerable<DataWarning^>^ get ();
}abstract Warnings : IEnumerable<DataWarning> with get
Property Value
IEnumerableDataWarning
See Also