ActionPermissionType Property
Description
Returns the the user's permissions on an action (full permission, by owner permission, view-only permission).
Property type
Read-only property
Syntax
Visual Basic
Public Property ActionPermissionType( _
   ByVal ActionName As String, _
   ByVal UserName As String _
) As Long
Parameters
ActionName
UserName
The user name defined in the project data base.
See Also