C-DEngine 5.105

TheDeviceMessage..::..TOP Property

The Topic that the JSON Client can use to prefilter TSMs coming down

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

Syntax


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