Gets or sets the warning level.
Namespace: FirstFloor.Documents.IOAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public WarningLevel WarningLevel { get; set; } |
| Visual Basic |
|---|
Public Property WarningLevel As WarningLevel Get Set |
| Visual C++ |
|---|
public: property WarningLevel WarningLevel { WarningLevel get (); void set (WarningLevel value); } |