UserPermission Members (Microsoft.Office.InfoPath)
Represents a member of the current form's UserPermissionCollection collection.
The following tables list the members exposed by the UserPermission type.
Protected Constructors
Name | Description | |
---|---|---|
UserPermission |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
Remove | Removes the current UserPermission object from the form's permissions. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top