C-DEngine 5.105

TheServiceHostInfo..::..EnableAutoLogin Property

If set, Mobile device will not autologin the last user even if there is a record of it

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

Syntax


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