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 Bootable As Boolean
Get
Set
property bool Bootable {
bool get ();
void set (bool value);
}
abstract Bootable : bool with get, set
Property Value
Type:
Booleantrue if bootable; otherwise,
false.
See Also