C-DEngine 5.105

TheDeviceMessage..::..DID Property

Device ID of the JSON Client

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

Syntax


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