IFieldPermission properties
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
IFieldPermission properties
Inherits properties from IDataAdminElement and
defines the properties listed in the following table.
| 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.1
|
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 ABL Reference and the sections on user ID patterns and ABL
permissions checking in Introduction to Identity Management.