I thought it would be very simple, but ..
We create a user and a member type with various properties. When we try to access properties through a member object, we got nothing.
// Member m is the current user
eg. Property s = m.getProperty ("PreferdUserName"); is null
m.getProperties has a zero counter.
did we miss something obvious?
source
share