ByteQuantifiedSize.FromMB method
Creates a new instance of the ByteQuantifiedSize class from the specified value in megabytes.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function FromMB ( _
mbValue As ULong _
) As ByteQuantifiedSize
'Usage
Dim mbValue As ULong
Dim returnValue As ByteQuantifiedSize
returnValue = ByteQuantifiedSize.FromMB(mbValue)
public static ByteQuantifiedSize FromMB(
ulong mbValue
)
Parameters
mbValue
Type: System.UInt64A value in megabytes.
Return value
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
A byte-qualified value equivalent to the number contained in the mbValue parameter.