Share via


Folder.Usage Property

 

Gets the amount used space (in bytes) in the folder.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public ulong Usage { get; internal set; }
public:
property unsigned long long Usage {
    unsigned long long get();
    internal: void set(unsigned long long value);
}
Public Property Usage As ULong
    Get
    Friend Set
End Property

Property Value

Type: System.UInt64

A UInt64 object indicates the amount of used space in bytes.

See Also

Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top