MonitoringDiagnosticResult.MonitoringDiagnosticId Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) of the diagnostic that ran.

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

Syntax

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

Property Value

Type: System.Guid

Returns a Guid of the diagnostic that ran.

See Also

MonitoringDiagnosticResult Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top