Share via


IVolumeInfo.UsedSpace Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the amount of used space in the managed volume.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

'Declaration
<DispIdAttribute(1610678273)> _
ReadOnly Property UsedSpace As Long
'Usage
Dim instance As IVolumeInfo
Dim value As Long

value = instance.UsedSpace
[DispIdAttribute(1610678273)] 
long UsedSpace { get; }
[DispIdAttribute(1610678273)] 
property long long UsedSpace {
    long long get ();
}
/** @property */
long get_UsedSpace ()
function get UsedSpace () : long

Property Value

A long integer that represents the amount of used space on the managed volume.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IVolumeInfo Interface
IVolumeInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.