public Collection<Partition> Partitions { get; set; }Public Property Partitions As Collection(Of Partition)
Get
Setpublic:
property Collection<Partition^>^ Partitions {
Collection<Partition^>^ get ();
void set (Collection<Partition^>^ value);
}member Partitions : Collection<Partition> with get, setIf 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).