MonitoringUserRole.Scope Property
Applies To: Operations Manager for System Center 2012
Gets or sets the scope of the user role.
Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public MonitoringUserRoleScope Scope { get; set; }
public:
property MonitoringUserRoleScope^ Scope {
MonitoringUserRoleScope^ get();
void set(MonitoringUserRoleScope^ value);
}
member Scope : MonitoringUserRoleScope with get, set
Public Property Scope As MonitoringUserRoleScope
Property Value
Type: Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringUserRoleScope
Returns a MonitoringUserRoleScope object that is the scope for the user role.
See Also
MonitoringUserRole Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace
Return to top