Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
| Visual Basic |
|---|
Dim instance As UserRoleScope |
Syntax
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class UserRoleScope Inherits MonitoringBase |
| C# |
|---|
[SerializableAttribute] public class UserRoleScope : MonitoringBase |
| C++ |
|---|
[SerializableAttribute] public ref class UserRoleScope : public MonitoringBase |
| J# |
|---|
/** @attribute SerializableAttribute() */ public class UserRoleScope extends MonitoringBase |
| JScript |
|---|
SerializableAttribute public class UserRoleScope extends MonitoringBase |
Remarks
The user role scope is a scope defined for a user role.
Inheritance
Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Security.UserRoleScope
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Security.UserRoleScope
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.

