DTD validation errors are written to this log file.

Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public string ErrorLogFile { get; set; }
Visual Basic
Public Property ErrorLogFile As String
	Get
	Set
Visual C++
public:
property String^ ErrorLogFile {
	String^ get ();
	void set (String^ value);
}

See Also