Gets the message of the event.
Namespace:
CuttingEdge.LoggingAssembly: CuttingEdge.Logging (in CuttingEdge.Logging.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Message As String |
| C# |
|---|
public string Message { get; } |
| Visual C++ |
|---|
public: property String^ Message { String^ get (); } |
| JavaScript |
|---|
function get_message(); |