I thought this would be really simple but ..
We've create a user and a member type with various properties When we try to access the properties via the member object we got nothing.
//Member m is current User
eg. Property s = m.getProperty("PreferdUserName"); is null
m.getProperties has a count of Zero..
have we missed something obvious?