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