Advertisement
Guest User

Untitled

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