Share via


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

Return value

Type: Microsoft.Exchange.Data.ByteQuantifiedSize
A byte-qualified value equivalent to the number contained in the tbValue parameter.

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

Microsoft.Exchange.Data namespace