public Holiday HolidayInfo { get; set; }
Public Property HolidayInfo As Holiday
Get
Set
public:
property Holiday^ HolidayInfo {
Holiday^ get ();
void set (Holiday^ value);
}
member HolidayInfo : Holiday with get, set
ArgumentNullException | This is thrown if the holiday information property is set to null. |