ByteQuantifiedSize.ToMB Method
Converts this value to megabytes (MB).
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function ToMB As ULong
'Usage
Dim instance As ByteQuantifiedSize
Dim returnValue As ULong
returnValue = instance.ToMB()
public ulong ToMB()
Return Value
Type: System.UInt64
The current value expressed in megabytes (MB).