Database.LastCopyBackup Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property LastCopyBackup As Nullable(Of DateTime)
Get
Friend Set
'Usage
Dim instance As Database
Dim value As Nullable(Of DateTime)
value = instance.LastCopyBackup
public Nullable<DateTime> LastCopyBackup { get; internal set; }
Property Value
Type: System.Nullable<DateTime>
Returns Nullable<T>.