C-DEngine 5.105

TheClientInfo..::..IsMobile Property

Needs to be retired

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

Syntax


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