C-DEngine 5.105

LogData..::..Message Property

Gets the message of the log data.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Message { get; }
Public ReadOnly Property Message As String
	Get
public:
property String^ Message {
	String^ get ();
}

Field Value

A String that represents the message of the log data.