UserPermissionObject Members
Include Protected Members
Include Inherited Members
Represents a member of the current form's Permission collection.
The UserPermissionObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExpirationDate | Gets or sets the optional expiration date for the permissions on the current form assigned to the user associated with a UserPermission object. (Inherited from UserPermission.) | |
Parent | Returns the parent object for the UserPermission object. (Inherited from UserPermission.) | |
Permission | Gets or sets a value representing the permissions on the current form assigned to the user associated with a UserPermission object. (Inherited from UserPermission.) | |
UserId | Gets the e-mail address of the user whose permissions on the current form are determined by the specified UserPermission object. (Inherited from UserPermission.) |
Top
Methods
Name | Description | |
---|---|---|
Remove | Removes the current UserPermission object from the form's permissions. (Inherited from UserPermission.) |
Top