Share via


MonitoringUserRoleScope.RootNonCredentialMonitoringTaskId Property

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

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

'Usage
Dim value As Guid

value = MonitoringUserRoleScope.RootNonCredentialMonitoringTaskId

Syntax

'Declaration
Public Shared ReadOnly Property RootNonCredentialMonitoringTaskId As Guid
public static Guid RootNonCredentialMonitoringTaskId { get; }
public:
static property Guid RootNonCredentialMonitoringTaskId {
    Guid get ();
}
/** @property */
public static Guid get_RootNonCredentialMonitoringTaskId ()
public static function get RootNonCredentialMonitoringTaskId () : Guid

Property Value

Returns a Guid.

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

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