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

Usage

Visual Basic
Dim value As Guid

value = MonitoringUserRoleScope.RootNonCredentialMonitoringTaskId

MonitoringUserRoleScope.RootNonCredentialMonitoringTaskId = value

Syntax

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