MonitoringUserRoleScope Constructors

Definition

Initializes a new MonitoringUserRoleScope object with default values.

Overloads

MonitoringUserRoleScope()

The public constructor of an user role scope that is created by users while inserting a user role.

MonitoringUserRoleScope(UserRoleScope)

Initializes a new instance of the MonitoringUserRoleScope class.

MonitoringUserRoleScope()

The public constructor of an user role scope that is created by users while inserting a user role.

public:
 MonitoringUserRoleScope();
public MonitoringUserRoleScope ();
Public Sub New ()

Applies to

MonitoringUserRoleScope(UserRoleScope)

Initializes a new instance of the MonitoringUserRoleScope class.

public:
 MonitoringUserRoleScope(Microsoft::EnterpriseManagement::Security::UserRoleScope ^ clone);
public MonitoringUserRoleScope (Microsoft.EnterpriseManagement.Security.UserRoleScope clone);
new Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringUserRoleScope : Microsoft.EnterpriseManagement.Security.UserRoleScope -> Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringUserRoleScope
Public Sub New (clone As UserRoleScope)

Parameters

clone
UserRoleScope

The clone.

Applies to