FreeStorage Property

The MediaServer.FreeStorage property returns a Double value specifying the available storage, in bytes, of all content server disks.

Syntax

MediaServer.FreeStorage

Remarks

The underlying APIs return a 64-bit integer value, but because Visual Basic does not support 64-bit data types, the value is converted to Double.

See Also

MaxStorage

© 1996-1998 Microsoft Corporation. All rights reserved.