A globally unique identifier (GUID) value that represents the root of monitoring objects. Use this value in the user role scope to set access on the root monitoring object. Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim value As Guid

value = MonitoringUserRoleScope.RootMonitoringObjectId

MonitoringUserRoleScope.RootMonitoringObjectId = value

Syntax

Visual Basic
Public Shared RootMonitoringObjectId As Guid
C#
public static Guid RootMonitoringObjectId
C++
public:
static Guid RootMonitoringObjectId
J#
public static Guid RootMonitoringObjectId
JScript
public static var RootMonitoringObjectId : Guid

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also