The RdsAccessAttribute enumeration contains kinds of access attribute, by which permissions should be obtained for the specified element.
It is used by the following properties:
| Value | Brief description |
| 0 | None. Permissions for element are not defined. |
| 1 | ReadAccess. Permissions to view element data. |
| 2 | WriteAccess. Permissions to change element data. |
| 3 | DeleteAccess. Permissions to delete element. |
| 4 | AccessAccess. Permissions to change access permissions to element. |
See also: