DiskDeviceHasValidPartitionTable Property |
Return a value indicating whether present sector 0 data indicates a valid MBR
with a partition table and a disk signature.
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public bool HasValidPartitionTable { get; }
Public ReadOnly Property HasValidPartitionTable As Boolean
Get
public:
property bool HasValidPartitionTable {
bool get ();
}
member HasValidPartitionTable : bool with get
Property Value
Type:
BooleanSee Also