C-DEngine 5.105

TheServiceHostInfo..::..EnableIsolation Property

If true, the relay does support isolation

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

Syntax


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