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