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