CleanOptionsBasePartitions Property

Gets or sets a list of partitions to create.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
C#
public Collection<Partition> Partitions { get; set; }

Property Value

CollectionPartition
A collection of Partition objects.

Remarks

If this property is an empty list, the default layout returned by the GetDefaultPartitions method will be used, which depends on the system type (UEFI or BIOS).

See Also