Share via


MigrationUserStatistics.LastSuccessfulSyncTime property

Namespace:  Microsoft.Exchange.Migration
Assembly:  Microsoft.Exchange.Migration (in Microsoft.Exchange.Migration.dll)

Syntax

'Declaration
Public Property LastSuccessfulSyncTime As Nullable(Of DateTime)
    Get
    Friend Set
'Usage
Dim instance As MigrationUserStatistics
Dim value As Nullable(Of DateTime)

value = instance.LastSuccessfulSyncTime
public Nullable<DateTime> LastSuccessfulSyncTime { get; internal set; }

Property value

Type: System.Nullable<DateTime>

See also

Reference

MigrationUserStatistics class

MigrationUserStatistics members

Microsoft.Exchange.Migration namespace