Adding users to an existing domain
- Last Updated: August 23, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following code shows how to use the Users property to add new users to an existing domain. This can also be
done when the domain is created. This code shows the usage of the NewUser( ) factory method, passing only the name part of the user ID. The
IUser interface Domain property and Tenant property are
updated automatically when adding the user to the IDomain user collection through its Users
property. For more information, see IUser interface:
|
For more information, see: