[This is preliminary documentation and is subject to change.]

Gets or sets the log message including any parameter placeholders.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 2.0.0.0

Syntax

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

See Also