Gets the warnings.
Namespace: FirstFloor.Documents.IOAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public IEnumerable<Warning> Warnings { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Warnings As IEnumerable(Of Warning) Get |
| Visual C++ |
|---|
public: property IEnumerable<Warning^>^ Warnings { IEnumerable<Warning^>^ get (); } |