Gets a value indicating whether this instance has warnings.

Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public bool HasWarnings { get; }
Visual Basic
Public ReadOnly Property HasWarnings As Boolean
	Get
Visual C++
public:
property bool HasWarnings {
	bool get ();
}

Field Value

true if this instance has warnings; otherwise, false.

See Also