ManagementRoles Class
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.
Contains user and application roles used to restrict access based on group membership. The ManagementRoles class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class ManagementRoles sealed
public sealed class ManagementRoles
Public NotInheritable Class ManagementRoles
- Inheritance
-
ManagementRoles
Constructors
ManagementRoles(String, String) |
Initializes a new instance of the ManagementRoles class with the associated user role and application role. The ManagementRoles(String, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
ManagementRoles(String) |
Initializes a new instance of the ManagementRoles class with the associated user role. The ManagementRoles(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
ManagementRoles(String[], String[]) |
Initializes a new instance of the ManagementRoles class with the associated collection of user and application roles. The ManagementRoles(String[], String[]) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |