IList<int> ByMinute { get; set; }
Property ByMinute As IList(Of Integer) Get Set
property IList<int>^ ByMinute { IList<int>^ get (); void set (IList<int>^ value); }