IUserPermission properties
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
IUserPermission properties
Inherits properties from IDataAdminElement and
defines the properties listed in the following table.
| Property name | Data type | Access | Description |
|---|---|---|---|
Domain
|
IDomain
|
Read-only | Returns the domain of the user. The Name property
on IDomain provides the domainname part
of the user ID (username@domainname). |
Id
|
CHARACTER
|
Read-only | Returns the unique user ID (username@domainname). |
Name
|
CHARACTER
|
Read-only | Returns the unique name of the user within
the domain. Provides the username part of the
user ID (username@domainname). |
UserTablePermissions
|
IUserTablePermissionSet
|
Read-only | Returns a collection of IUserTablePermission objects
that define the user permissions for all the tables and fields in
the database. |