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