Holiday Properties DlgHoliday Info Property
Get or set the holiday information
Definition
Namespace: EWSoftware.PDI.Windows.Forms
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
C#
public Holiday HolidayInfo { get; set; }VB
Public Property HolidayInfo As Holiday
Get
SetC++
public:
property Holiday^ HolidayInfo {
Holiday^ get ();
void set (Holiday^ value);
}F#
member HolidayInfo : Holiday with get, setProperty Value
HolidayExceptions
| ArgumentNullException | This is thrown if the holiday information property is set to null. |