DatabaseCopyStatusEntry.ErrorEventId property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorEventId As Nullable(Of UInteger)
Get
'Usage
Dim instance As DatabaseCopyStatusEntry
Dim value As Nullable(Of UInteger)
value = instance.ErrorEventId
public Nullable<uint> ErrorEventId { get; }
Property value
Type: System.Nullable<UInt32>
See also
Reference
DatabaseCopyStatusEntry members
Microsoft.Exchange.Management.SystemConfigurationTasks namespace