Click or drag to resize

UserUserManager Property

Returns a reference to the User Manager which manages this user.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
IUserManager UserManager { get; set; }

Property Value

Type: IUserManager
Remarks
NOTE: setting this property manually has no effect on the server and can disrupt the API functioning.
See Also