Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Interface Reference : IUserPermission interface : IUserPermission properties
 

IUserPermission properties

Inherits properties from IDataAdminElement and defines the properties listed in the following table.
Table 119. Multi-tenant Maintenance IUserPermission interface properties
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.