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

Definition

UserRoles constructor

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

Parameters

users
List<String>

The Users. Group of users that share the same roles

roles
List<String>

The Roles. Roles shared by group of users

Applies to