Share via


IVolumeInfo.UsedSpace Property

Gets the amount of used space in the managed volume in bytes.

Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)

Usage

Syntax

'Declaration
<DispIdAttribute(1610678273)> _
ReadOnly Property UsedSpace As Long
[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, in bytes, on the managed volume.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server

See Also

Reference

IVolumeInfo Interface
IVolumeInfo Members
Microsoft.HomeServer.SDK.Interop.v1 Namespace