MigrationBatch.LastSyncedDateTimeUTC property
Namespace: Microsoft.Exchange.Migration
Assembly: Microsoft.Exchange.Migration (in Microsoft.Exchange.Migration.dll)
Syntax
'Declaration
Public Property LastSyncedDateTimeUTC As Nullable(Of DateTime)
Get
Friend Set
'Usage
Dim instance As MigrationBatch
Dim value As Nullable(Of DateTime)
value = instance.LastSyncedDateTimeUTC
public Nullable<DateTime> LastSyncedDateTimeUTC { get; internal set; }
Property value
Type: System.Nullable<DateTime>