DTD validation errors are written to this stream.
Namespace: CuteEditor.ToolsAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public TextWriter ErrorLog { get; set; } |
| Visual Basic |
|---|
Public Property ErrorLog As TextWriter Get Set |
| Visual C++ |
|---|
public: property TextWriter^ ErrorLog { TextWriter^ get (); void set (TextWriter^ value); } |