Share via


MailboxExportRequestStatistics.ItemsTransferred Property

Namespace:  Microsoft.Exchange.MailboxReplicationService
Assembly:  Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)

Syntax

'Declaration
Public Property ItemsTransferred As Nullable(Of ULong)
    Get
    Friend Set
'Usage
Dim instance As MailboxExportRequestStatistics
Dim value As Nullable(Of ULong)

value = instance.ItemsTransferred
public Nullable<ulong> ItemsTransferred { get; internal set; }

Property Value

Type: System.Nullable<UInt64>