C-DEngine 5.105

TheServiceHostInfo..::..UseRandomDeviceID Property

If set to true, the C-DEngine will create a new random DeviceID every time it starts up. Benefit: Great for debugging and ad-hoc devices Be aware: no data is made persitant! The ThingRegistry and other databasees will be cleared with every restart

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

Syntax


public bool UseRandomDeviceID { get; set; }
Public Property UseRandomDeviceID As Boolean
	Get
	Set
public:
property bool^ UseRandomDeviceID {
	bool^ get ();
	void set (bool^ value);
}