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