C-DEngine 5.105

TheServiceHostInfo..::..IsIsolated Property

If True, this instance is only hosting one plugin isloated. It connects to a master Node

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

Syntax


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