Get Properties from Member in Umbraco programmatically

Posted by AyKarsi on Stack Overflow See other posts from Stack Overflow or by AyKarsi
Published on 2010-04-29T20:00:14Z Indexed on 2010/04/30 6:07 UTC
Read the original article Hit count: 250

Filed under:

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?

© Stack Overflow or respective owner

Related posts about umbraco