0 out of 1 rated this helpful - Rate this topic

Membership.CreateUser Method

Adds a new user to the data store.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member CreateUser(String, String) Adds a new user to the data store.
Public method Static member CreateUser(String, String, String) Adds a new user with a specified e-mail address to the data store.
Public method Static member CreateUser(String, String, String, String, String, Boolean, MembershipCreateStatus) Adds a new user with specified property values to the data store and returns a status parameter indicating that the user was successfully created or the reason the user creation failed.
Public method Static member CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus) Adds a new user with specified property values and a unique identifier to the data store and returns a status parameter indicating that the user was successfully created or the reason the user creation failed.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.