TeamMentor.CoreLib.TeamMentorUserManagement_TMUser.userGroup C# (CSharp) Method

userGroup() public static method

public static userGroup ( this tmUser ) : UserGroup
tmUser this
return UserGroup
        public static UserGroup userGroup(this TMUser tmUser)
        {
            return (UserGroup)tmUser.GroupID;
        }