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