C-DEngine 5.105

TheThing..::..LastMessage Property

Sets the last message of the Thing. This can be used for status, error or other messages. Shortcut for "SetProperty("LastMessage", value).

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

Syntax


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