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