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