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>
Returns Nullable<T>.