ExchangeServer.ErrorReportingEnabled property
Gets or sets a value that indicates whether the Exchange server will report errors.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ErrorReportingEnabled As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As ExchangeServer
Dim value As Nullable(Of Boolean)
value = instance.ErrorReportingEnabled
instance.ErrorReportingEnabled = value
public Nullable<bool> ErrorReportingEnabled { get; set; }
Property value
Type: System.Nullable<Boolean>
true to report errors; otherwise, false. This property can be a null reference (Nothing in Visual Basic).