Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var userValue = (FieldUserValue)pListItem[pColumn];
  2. string thisWillBeUsersDisplayName = userValue.LookupValue;
  3.  
  4. var userLookup = (SPFieldUserValue)useritems[0]["Author"];
  5.  
  6. var loginName = userLookup.LoginName;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement