IsUserPermited Property
Description
Checks if the user specified by the User parameter is permitted to perform the current action.
Property type
Read-only property
Syntax
Visual Basic
Public Property IsUserPermited( _
   ByVal User As Variant _
) As Boolean
Parameters
User
The user's name or a CustomizationUser Object.
See Also