Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Exchange.Migration
Assembly: Microsoft.Exchange.Migration (in Microsoft.Exchange.Migration.dll)
Syntax
'Declaration
Public Property TotalSyncedDuration As Nullable(Of EnhancedTimeSpan)
Get
Friend Set
'Usage
Dim instance As MigrationUserStatistics
Dim value As Nullable(Of EnhancedTimeSpan)
value = instance.TotalSyncedDuration
public Nullable<EnhancedTimeSpan> TotalSyncedDuration { get; internal set; }
Property value
Type: System.Nullable<EnhancedTimeSpan>