MailboxImportRequestStatistics.TotalInProgressDuration Property
Namespace: Microsoft.Exchange.MailboxReplicationService
Assembly: Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)
Syntax
'Declaration
Public ReadOnly Property TotalInProgressDuration As Nullable(Of EnhancedTimeSpan)
Get
'Usage
Dim instance As MailboxImportRequestStatistics
Dim value As Nullable(Of EnhancedTimeSpan)
value = instance.TotalInProgressDuration
public Nullable<EnhancedTimeSpan> TotalInProgressDuration { get; }
Property Value
Type: System.Nullable<EnhancedTimeSpan>