ErrorReporting.QueueErrorReports Field
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
A Boolean setting value that determines whether error reports are queued or sent automatically.
Namespace: Microsoft.EnterpriseManagement.Administration.Settings.ManagementGroup
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim value As Setting(Of Boolean)
value = ErrorReporting.QueueErrorReports
Syntax
'Declaration
Public Shared ReadOnly QueueErrorReports As Setting(Of Boolean)
public static readonly Setting<bool> QueueErrorReports
public:
static initonly Setting<bool>^ QueueErrorReports
public static final Setting<boolean> QueueErrorReports
public static final var QueueErrorReports : Setting<boolean>
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
ErrorReporting Structure
ErrorReporting Members
Microsoft.EnterpriseManagement.Administration.Settings.ManagementGroup Namespace