C-DEngine 5.105

TheDeviceMessage..::..MSG Property

The Message to be handled by the JSON Client

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

Syntax


public TSM MSG { get; set; }
Public Property MSG As TSM
	Get
	Set
public:
property TSM^ MSG {
	TSM^ get ();
	void set (TSM^ value);
}