Existing Partition OptionsPartition Id Property
Gets or sets the ID of the partition to install to.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
The one-based partition ID. The default value is zero.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public int PartitionId { get; set; }VB
Public Property PartitionId As Integer
Get
SetC++
public:
property int PartitionId {
int get ();
void set (int value);
}F#
member PartitionId : int with get, setProperty Value
Int32The one-based partition ID. The default value is zero.
Remarks
If the disk uses a default UEFI partition layout, Windows should be installed to partition 3. For the default BIOS partition layout, Windows should be installed to partition 2.
Since the default value of this property is zero, you must change it in order to generate a valid answer file.