UserName Property (DAO)

Microsoft DAO 3.60

UserName Property

           

Sets or returns a value that represents a user, a group of users, or the owner of a Workspace object.

Settings and Return Values

The setting or return value is a String that evaluates to the name of a user. In a Microsoft Jet workspace, this represents a User object in the Users collection or a Group object in the Groups collection. For Microsoft Jet Container and Document objects, this property setting is read/write. For all Workspace objects, this property setting is read-only.

Remarks

Depending on the type of object, the UserName property represents the following.

  • The owner of a Workspace object.

  • A user or group of users when you manipulate the access permissions of a Container object or a Document object (Microsoft Jet workspaces only).

To find or set the permissions for a particular user or group of users, first set the UserName property to the user or group name that you want to examine. Then check the Permissions property setting to determine what permissions that user or group of users has, or set the Permissions property to change the permissions.

For a Workspace object, check the UserName property setting to determine the owner of the Workspace object. Set the UserName property to establish the owner of the Workspace object before you append the object to the Workspaces collection.