Share via


UserRights.UserRights constructor

Creates a UserRights object.

Syntax

public:
UserRights(
  IIterable<String^>^ users, 
  IIterable<String^>^ rights
)

Parameters

users

Type: IIterable<String^>^

The users to whom the rights are granted.

rights

Type: IIterable<String^>^

The rights that are granted.

Requirements

Minimum supported client
None supported
Minimum supported server
None supported
Minimum supported phone
Windows Phone 8.1
Namespace
Microsoft::RightsManagement
Metadata
Microsoft.RightsManagement.winmd

See also

UserRights

Users