CreateUser(name, password)

Returns the User object that represents a GDB user. The name argument specifies a string containing the user name and the password argument specifies a string containing the user password. The object is not added to the GeoDatabase::Users collection. To add a user to GDB, it is necessary to set the user properties up and add the User object to the GeoDatabase::Users collection by the Append method.