See Also Example Properties Methods
Contains all stored User objects of a catalog or group.
Remarks
The Users collection of a Catalog represents all the catalog's users. The Users collection for a Group represents only the users that have a membership in the specific group.
The Append method for a Users collection is unique for ADOX. You can:
The remaining properties and methods are standard to ADO collections. You can:
Note Before appending a User object to the Users collection of a Group object, a User object with the same Name as the one to be appended must already exist in the Users collection of the Catalog.