Click or drag to resize

IDiskPartitionInfoBootable Property

Gets or sets a value indicating whether this DiskPartitionInfo is bootable. Win32_DiskPartition: Bootable: Computer can be booted from this partition.

Namespace:  Xcalibur.Models.Hardware.Disk
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
bool Bootable { get; set; }

Property Value

Type: Boolean
true if bootable; otherwise, false.
See Also