C-DEngine 5.105

TheServiceHostInfo..::..DontVerifyIntegrity Property

if true, the C-DEngine is running in "Unsafe" mode: plug-ins can be tampered with

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

Syntax


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