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
Dim instance As MonitoringUserRole
Dim value As MonitoringUserRoleScope
value = instance.Scope
instance.Scope = value
'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)
Returns 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.
Windows Vista, Windows Server 2003, and
MonitoringUserRole Class
MonitoringUserRole Members
Microsoft.EnterpriseManagement.Monitoring.Security Namespace