Sets log file name

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Property LogFile As String
C#
string LogFile { get; set; }
Visual C++
property String^ LogFile {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_logFile();
function set_logFile(value);

See Also