Compartir a través de


ByteQuantifiedSize.FromSpecifiedUnit Method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Function FromSpecifiedUnit ( _
    number As ULong, _
    specifiedUnit As ByteQuantifiedSize.Quantifier _
) As ByteQuantifiedSize
'Usage
Dim number As ULong
Dim specifiedUnit As ByteQuantifiedSize.Quantifier
Dim returnValue As ByteQuantifiedSize

returnValue = ByteQuantifiedSize.FromSpecifiedUnit(number, _
    specifiedUnit)
public static ByteQuantifiedSize FromSpecifiedUnit(
    ulong number,
    ByteQuantifiedSize.Quantifier specifiedUnit
)

Parameters