Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Gets a globally unique identifier (GUID) for the Operator monitoring profile.
Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public static Guid OperatorMonitoringProfileId { get; }
public:
property Guid OperatorMonitoringProfileId {
static Guid get();
}
static member OperatorMonitoringProfileId : Guid with get
Public Shared ReadOnly Property OperatorMonitoringProfileId As Guid
Property Value
Type: System.Guid
Returns a GUID Guid that is for the Operator monitoring profile.
See Also
MonitoringProfile Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace
Return to top