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

IFieldPermission properties

Inherits properties from IDataAdminElement and defines the properties listed in the following table.
Table 93. Multi-tenant Maintenance IFieldPermission interface properties
Property name
Data type
Access
Description
CanRead
CHARACTER
Readable, Writeable
Set to a CAN-DO user ID permissions expression that defines who can read the field.1
CanWrite
CHARACTER
Readable, Writeable
Set to a CAN-DO user ID permissions expression that defines who can write to the field.2
Name
CHARACTER
Readable, Writeable
Set to the name of the field.
Table
ITable
Read-only
Returns the table to which the field permissions apply.

1 For more information, see the CAN-DO function entry in OpenEdge Development: ABL Reference and the sections on user ID patterns and ABL permissions checking in OpenEdge Getting Started: Identity Management.

2 For more information, see the CAN-DO function entry in OpenEdge Development: ABL Reference and the sections on user ID patterns and ABL permissions checking in OpenEdge Getting Started: Identity Management.