Message Property (LogMessage)
In This Topic
The text of the message
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property Message As String
[CanBeNull()]
public string Message {get;}
[CanBeNull()]
public:
property String^ Message {
String^ get();
}
See Also