Gets or sets the warning level.

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

Syntax

C#
public WarningLevel Level { get; set; }
Visual Basic
Public Property Level As WarningLevel
	Get
	Set
Visual C++
public:
property WarningLevel Level {
	WarningLevel get ();
	void set (WarningLevel value);
}

Field Value

The level.

See Also