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?
Try
If that still doesn’t work, then check out this great post about member properties
http://legacy.aaron-powell.com/blog/july-2009/umbraco-member-profiles.aspx