C-DEngine 5.105

TheEventLogEntry..::..Source Property

A string pointing at the source of the Log Entry

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

Syntax


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