IListMakerApp.ByteUsed Property

Gets a value that indicates the amount of CD or DVD space, in bytes, that has been used so far.

Syntax

public long ByteUsed {get;}

Property Value

System.Int64. The amount of space used so far.

This property is read-only.

Remarks

Windows Media Center gets this property if the CapacityFormat property is set to Byte. This property, combined with ByteCapacity and the formatting properties, are used to create the final status message.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also