C-DEngine 5.105

TheClientInfo..::..IsOnCloud Property

True if the request came over the cloud

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

Syntax


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