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