MigrationUserStatistics.AverageBytesTransferredPerHour property
Namespace: Microsoft.Exchange.Migration
Assembly: Microsoft.Exchange.Migration (in Microsoft.Exchange.Migration.dll)
Syntax
'Declaration
Public Property AverageBytesTransferredPerHour As Nullable(Of ByteQuantifiedSize)
Get
Friend Set
'Usage
Dim instance As MigrationUserStatistics
Dim value As Nullable(Of ByteQuantifiedSize)
value = instance.AverageBytesTransferredPerHour
public Nullable<ByteQuantifiedSize> AverageBytesTransferredPerHour { get; internal set; }
Property value
Type: System.Nullable<ByteQuantifiedSize>