MonitoringUserRole.Scope Property

Updated: April 16, 2012

Gets or sets the scope of the user role. Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringUserRole Dim value As MonitoringUserRoleScope value = instance.Scope instance.Scope = valuePublic Property Scope As MonitoringUserRoleScopepublic MonitoringUserRoleScope Scope { get; set; }public: property MonitoringUserRoleScope^ Scope { MonitoringUserRoleScope^ get (); void set (MonitoringUserRoleScope^ value); }/** @property */ public MonitoringUserRoleScope get_Scope () /** @property */ public void set_Scope (MonitoringUserRoleScope value) public function get Scope () : MonitoringUserRoleScope public function set Scope (value : MonitoringUserRoleScope) Property ValueReturns a MonitoringUserRoleScope object that is the scope for the user role.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms