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