Share via


MonitoringUserRole Class

Definition

User role is a profile assigned that is assigned a scope and users.

public ref class MonitoringUserRole : Microsoft::EnterpriseManagement::Security::UserRole
[System.Serializable]
public class MonitoringUserRole : Microsoft.EnterpriseManagement.Security.UserRole
type MonitoringUserRole = class
    inherit UserRole
Public Class MonitoringUserRole
Inherits UserRole
Inheritance
MonitoringUserRole
Attributes

Examples

The following example shows how to use the MonitoringUserRole class to retrieve the user roles and their members for each user role in the Management Group.

Constructors

MonitoringUserRole()

Creates a new MonitoringUserRole.

MonitoringUserRole(UserRole)

Initializes a new instance of the MonitoringUserRole class.

Properties

MonitoringProfile

MonitoringProfile assigned to the user role.

MonitoringProfileDisplayName

Display name of the profile.

Scope

Scope of the user role.

Applies to