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