Click or drag to resize

IDiskDriveInfoPartitions Property

A collection of partitions located on the drive.

Namespace:  Xcalibur.Models.Hardware.Disk
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
IList<IDiskPartitionInfo> Partitions { get; set; }

Property Value

Type: IListIDiskPartitionInfo
The partitions.
See Also