UserRoles(List<String>, List<String>) Constructor
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.
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))