C-DEngine 5.105

TheServiceHostInfo..::..IsCloudDisabled Property

Set this to true to disable the cloud temporarily

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

Syntax


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