C-DEngine 5.105

TheServiceHostInfo..::..ShutdownOnLicenseFailure Property

If set, the cdeEngine will shutdown when it encounters no activated license

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

Syntax


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