UserPermission Members
Include Protected Members
Include Inherited Members
Represents a member of the current form's UserPermissionCollection collection.
The UserPermission type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserPermission |
Top
Properties
Name | Description | |
---|---|---|
ExpirationDate | Gets or sets the optional expiration date for the permissions on the current form assigned to the user associated with an instance of the UserPermission class. | |
Permission | Gets or sets a value representing the permissions on the current form assigned to the user associated with an instance of the UserPermission class. | |
UserId | Gets the e-mail address of the user whose permissions on the current form are determined by the specified UserPermission object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes the current UserPermission object from the form's permissions. | |
ToString | (Inherited from Object.) |
Top