Share via


MonitoringUserRole.Scope Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the scope of the user role.

Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As MonitoringUserRole
Dim value As MonitoringUserRoleScope

value = instance.Scope

instance.Scope = value

Syntax

'Declaration
Public Property Scope As MonitoringUserRoleScope
public 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 Value

Returns a MonitoringUserRoleScope object that is the scope for the user role.

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

MonitoringUserRole Class
MonitoringUserRole Members
Microsoft.EnterpriseManagement.Monitoring.Security Namespace