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

Usage

Visual Basic
Dim value As Guid

value = MonitoringUserRoleScope.RootMonitoringViewId

MonitoringUserRoleScope.RootMonitoringViewId = value

Syntax

Visual Basic
Public Shared RootMonitoringViewId As Guid
C#
public static Guid RootMonitoringViewId
C++
public:
static Guid RootMonitoringViewId
J#
public static Guid RootMonitoringViewId
JScript
public static var RootMonitoringViewId : 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