public List<PlainSchemePartition>? Partitions { get; set; }Public Property Partitions As List(Of PlainSchemePartition)
Get
Setpublic:
property List<PlainSchemePartition^>^ Partitions {
List<PlainSchemePartition^>^ get ();
void set (List<PlainSchemePartition^>^ value);
}member Partitions : List<PlainSchemePartition> with get, set