C-DEngine 5.105

TheServiceHostInfo..::..FailOnAdminCheck Property

If true, the host will exit if the HttpLIstener (that requires Admin Rights) could not be started and "DontFallbackToDevice" is true. If DontFallbackToDevice is true, the WebServer of the CDE will be disable and the node runs as a "Device"

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

Syntax


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