Settings.ManagementGroup.ErrorReporting Structure

 

Applies To: Operations Manager for System Center 2012

Contains error reporting settings for a Management Group that determine how to send error reports.

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

Syntax

[SettingGroupAttribute]
public struct ErrorReporting
[SettingGroupAttribute]
public value struct ErrorReporting
[<Sealed>]
[<SettingGroupAttribute>]
type ErrorReporting = struct end
<SettingGroupAttribute>
Public Structure ErrorReporting

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static QueueErrorReports

A Boolean setting value that determines whether error reports are queued or sent automatically.

System_CAPS_pubfieldSystem_CAPS_static SendErrorReports

A Boolean setting value that determines whether error reports are sent.

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.

See Also

Microsoft.EnterpriseManagement.Administration Namespace

Return to top