CleanBiosOptionsSystemPartitionType Property

Gets the partition type to use for the system partition.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.2.0+756b323e4a254fe5c3913a680ae57cc6848b892d
C#
protected override string SystemPartitionType { get; }

Property Value

String
The value "Primary".

Remarks

The system partition for BIOS systems is a regular primary partition that holds the Windows boot manager. This partition should be formatted using the NTFS file system.

See Also