C-DEngine 5.105

TheServiceHostInfo..::..IsUsingUserMapper Property

If set to true, the built-in User Manager will be used instead of plain Easy-ScopeIDs

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

Syntax


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