DatabaseCopyStatusEntry.LatestDifferentialBackupTime Property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public ReadOnly Property LatestDifferentialBackupTime As Nullable(Of DateTime)
Get
'Usage
Dim instance As DatabaseCopyStatusEntry
Dim value As Nullable(Of DateTime)
value = instance.LatestDifferentialBackupTime
public Nullable<DateTime> LatestDifferentialBackupTime { get; }
Property Value
Type: System.Nullable<DateTime>
Returns Nullable<T>.