C-DEngine 5.105

TheServiceHostInfo..::..IsCloudService Property

If set to true, the current node is a Cloud Service.

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

Syntax


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