MoveRequestStatistics.BytesTransferred Property
Namespace: Microsoft.Exchange.MailboxReplicationService
Assembly: Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)
Syntax
'Declaration
Public Property BytesTransferred As Nullable(Of ByteQuantifiedSize)
Get
Friend Set
'Usage
Dim instance As MoveRequestStatistics
Dim value As Nullable(Of ByteQuantifiedSize)
value = instance.BytesTransferred
public Nullable<ByteQuantifiedSize> BytesTransferred { get; internal set; }