C-DEngine 5.105

TheServiceHostInfo..::..IsUserManagerInStorage Property

If set to true and the StorageService is alive, the User Information will be stored/retreived via TheStorageService

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

Syntax


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