C-DEngine 5.105

TheServiceHostInfo..::..IgnoreAdminCheck Property

Note: This API is now obsolete.
If this is not set, the node will not start if it was not launched with Administrator Previledges

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

Syntax


[ObsoleteAttribute]
public bool IgnoreAdminCheck { get; set; }
<ObsoleteAttribute> _
Public Property IgnoreAdminCheck As Boolean
	Get
	Set
[ObsoleteAttribute]
public:
property bool^ IgnoreAdminCheck {
	bool^ get ();
	void set (bool^ value);
}