UserRights(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.
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))