Clean Options BasePartitions Property
Gets or sets a list of partitions to create.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
A collection of Partition objects.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public Collection<Partition> Partitions { get; set; }VB
Public Property Partitions As Collection(Of Partition)
Get
SetC++
public:
property Collection<Partition^>^ Partitions {
Collection<Partition^>^ get ();
void set (Collection<Partition^>^ value);
}F#
member Partitions : Collection<Partition> with get, setProperty Value
CollectionPartitionA 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).