Gets or sets a value indicating whether to treat a page load and render warning as error.
Namespace: FirstFloor.Documents.IOAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public bool TreatWarningsAsErrors { get; set; } |
| Visual Basic |
|---|
Public Property TreatWarningsAsErrors As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool TreatWarningsAsErrors {
bool get ();
void set (bool value);
} |
Field Value
true if warnings should be treated as errors; otherwise,
false.
See Also