Click or drag to resize
Volume Properties

The Volume type exposes the following members.

Properties
  Name Description
Public property Attributes
This value represents the file system attributes.
(Inherited from PhysicalItem.)
Public property AvailableFreeSpace
This value is the amount of free space on the volume.
Public property CreationTime
This value is the time when the item was created.
(Inherited from PhysicalItem.)
Public property DriveFormat
This value is the file system format of the volume.
Public property DriveType
This value is the drive type.
Public property ExtensionData
Gets or sets the structure that contains extra data.
(Inherited from PhysicalItem.)
Public property IsContainer
This value is true if the item is a container of other items; otherwise, it is false.
(Inherited from PhysicalItem.)
Public property IsReadOnly
This value is true if the item is read-only (meaning the Saturation cannot be changed); otherwise, it is false.
(Inherited from PhysicalItem.)
Public property IsSupported
Whether or not this volume is supported.
Public property IsSystemDrive
This value is true if the volume is the system volume; otherwise, it is false.
Public property ItemType
This value is the type of item.
(Inherited from PhysicalItem.)
Public property Label
This value is the label assigned to the volume.
Public property LastAccessTime
This value is the time when the item was last accessed.
(Inherited from PhysicalItem.)
Public property LastWriteTime
This value is the time when the item was last written to.
(Inherited from PhysicalItem.)
Public property Metadata
This value is any additional metadata that may be displayed for a particular type of item. This metadata is not in any particular format, but you must be able to determine the format and decipher the metadata based on the type.
(Inherited from PhysicalItem.)
Public property Name
This value is the name of the item. Typically, this name is used for display in the user interface.
(Inherited from PhysicalItem.)
Public property Path
This value is the path of the item.
(Inherited from PhysicalItem.)
Public property Saturation
This value represents the saturation level of the item. Typically, this value is used to display a visual state in the user interface.
(Inherited from PhysicalItem.)
Public property ShortNameBehavior
Gets or sets a value indicating the Short Name Behavior for this volume.
Public property Size
This value is the physical size of the item.
(Inherited from PhysicalItem.)
Public property TotalSize
This value is the total size of the volume.
Public property VolumeType
This value is the type of volume.
Top
See Also