MailboxImportRequestStatistics.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 MailboxImportRequestStatistics
Dim value As Nullable(Of ULong)
value = instance.ItemsTransferred
public Nullable<ulong> ItemsTransferred { get; internal set; }
Property Value
Type: System.Nullable<UInt64>