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