Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I am trying to inherit my custom module class from DotNetNuke.Entities.Users.UserInfo class to add some extra functionality. When i access members of UserInfro through my custom class (inherited from DotNetNuke.Entities.Users.UserInfo), it does not work. For example when i use MyCustomClassObject.Username or any other public property or method, nothing gets displayed. What is the reason for this? I am using MyCustomClassObject in a class inherited from PortalModuleBase.