MonitoringUserRoleScope Constructors
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.
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.