Share via


MonitoringProfile.ReadOnlyOperatorMonitoringProfileId Property

 

Applies To: Operations Manager for System Center 2012

Gets a globally unique identifier (GUID) for the ReadOnlyOperator monitoring profile.

Namespace:   Microsoft.EnterpriseManagement.Monitoring.Security
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public static Guid ReadOnlyOperatorMonitoringProfileId { get; }
public:
property Guid ReadOnlyOperatorMonitoringProfileId {
    static Guid get();
}
static member ReadOnlyOperatorMonitoringProfileId : Guid with get
Public Shared ReadOnly Property ReadOnlyOperatorMonitoringProfileId As Guid

Property Value

Type: System.Guid

Returns a GUID Guid that is for the ReadOnlyOperator monitoring.

See Also

MonitoringProfile Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace

Return to top