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