UserPermission.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified UserPermission object from the Permission collection of the active document.
public:
void Remove();
public void Remove ();
abstract member Remove : unit -> unit
Public Sub Remove ()
Remarks
The UserPermission object associates a set of permissions on the active document with a single user and an optional expiration date. The Remove method removes the user and the set of user permissions determined by the specified UserPermission object.