MessageTrackingEvent.TotalBytes Property
Namespace: Microsoft.Exchange.Management.TransportLogSearchTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property TotalBytes As Nullable(Of Integer)
Get
Friend Set
'Usage
Dim instance As MessageTrackingEvent
Dim value As Nullable(Of Integer)
value = instance.TotalBytes
public Nullable<int> TotalBytes { get; internal set; }
Property Value
Type: System.Nullable<Int32>