C-DEngine 5.105

TheSessionState..::..MyDevice Property

Client device GUID from User Manager "MyDeviceRegistry"

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

Syntax


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