C-DEngine 5.105

TheServiceHostInfo..::..IsConnectedToCloud Property

Is true if the current node is currently connected to the cloud

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

Syntax


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