Advertisement
Guest User

Untitled

a guest
Sep 16th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. addUser = new AddUser
  2. {
  3. accountEnabled = false,
  4. creationType = "LocalAccount",
  5. displayName = "TestClassUser",
  6.  
  7. passwordProfile = new passwordProfile
  8. {
  9. password = "TestClassUser",
  10. forceChangePasswordNextLogin = false,
  11. },
  12.  
  13. signInNames = new List<signInName>
  14. {
  15.  
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement