UserRights(List<String>, List<String>) Constructor

Definition

UserRights constructor

public UserRights (System.Collections.Generic.List<string> users, System.Collections.Generic.List<string> rights);
new Microsoft.InformationProtection.UserRights : System.Collections.Generic.List<string> * System.Collections.Generic.List<string> -> Microsoft.InformationProtection.UserRights
Public Sub New (users As List(Of String), rights As List(Of String))

Parameters

users
List<String>

The Users. Group of users that share the same rights

rights
List<String>

The Rights. Rights shared by group of users

Applies to