public IReadOnlyList<SchemeMigration> Migrations { get; }Public ReadOnly Property Migrations As IReadOnlyList(Of SchemeMigration)
Getpublic:
property IReadOnlyList<SchemeMigration^>^ Migrations {
IReadOnlyList<SchemeMigration^>^ get ();
}member Migrations : IReadOnlyList<SchemeMigration> with get