Share via


IVolumeInfo.Size Property

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

Gets the total size of the managed volume.

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

Syntax

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

value = instance.Size
[DispIdAttribute(1610678274)] 
long Size { get; }
[DispIdAttribute(1610678274)] 
property long long Size {
    long long get ();
}
/** @property */
long get_Size ()
function get Size () : long

Property Value

A long integer that represents the total size of 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.