The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
22 views

Why Does a People Field Return a String by Default?

I recently "cleaned up" a chunk of code that was using SPFieldLookupValues like: SPFieldLookupValue lookup = new SPFieldLookUpValue(listItem["Field"].ToString()); int itemID = lookup.LookupId; string ...