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