MonitoringDiagnosticResult.ErrorMessage Property

 

Applies To: Operations Manager for System Center 2012

Gets the error message for the diagnostic result.

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

Syntax

public string ErrorMessage { get; }
public:
property String^ ErrorMessage {
    String^ get();
}
member ErrorMessage : string with get
Public ReadOnly Property ErrorMessage As String

Property Value

Type: System.String

Returns a String that contains the error message for the diagnostic result.

See Also

MonitoringDiagnosticResult Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top