Gets or sets the warning level.
Namespace: FirstFloor.DocumentsAssembly: 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); } |