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