UserPermissionObject interface

Represents a member of the current form's Permission collection.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
<GuidAttribute("096cd6cb-0786-11d1-95fa-0080c78ee3bb")> _
Public Interface UserPermissionObject _
    Inherits UserPermission
'Usage
Dim instance As UserPermissionObject
[GuidAttribute("096cd6cb-0786-11d1-95fa-0080c78ee3bb")]
public interface UserPermissionObject : UserPermission

Remarks

This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, seeUserPermission.

The UserPermissionObject object associates a set of permissions for the current form with a single user and an optional expiration date.

Define a user and the permissions associated with that user with the properties of the UserPermission class, and then use the Add method of the Permission object to add and grant that user permissions on the current form. Use theRemove method of the UserPermission object to remove a user and the user's permissions.

While some permissions granted through the user interface apply to all users, such as printing and expiration date, you can use the UserPermission object to assign them on a per-user basis with per-user expiration dates.

See also

Reference

UserPermissionObject members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace