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