UserPermission.UserId Property
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.
Returns the email name of the user whose permissions on the active document are determined by the specified UserPermission object.
public:
property System::String ^ default { System::String ^ get(); };
public string this { get; }
member this.UserId : string
Default Public ReadOnly Property UserId As String
Property Value
Remarks
The UserPermission object associates a set of permissions on the active document with a single user and an optional expiration date. The UserID property returns the name in email form of the user whose permissions are determined by the specified UserPermission object.