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