Gets the warnings.

Namespace: FirstFloor.Documents.IO
Assembly: 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 ();
}

Field Value

The warnings.

See Also