C-DEngine 5.105

TheSystemMessageLog..::..LogFilePath Property

Path to the Log File

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string LogFilePath { get; set; }
Public Property LogFilePath As String
	Get
	Set
public:
property String^ LogFilePath {
	String^ get ();
	void set (String^ value);
}