HolidayManagerDefaults Property
This property is used to get or set the default holidays used to populate the list box when the
Default button is clicked.
Namespace: EWSoftware.PDI.Windows.FormsAssembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2023.1.2.0
public IEnumerable<Holiday> Defaults { get; set; }
Public Property Defaults As IEnumerable(Of Holiday)
Get
Set
public:
property IEnumerable<Holiday^>^ Defaults {
IEnumerable<Holiday^>^ get ();
void set (IEnumerable<Holiday^>^ value);
}
member Defaults : IEnumerable<Holiday> with get, set
Property Value
IEnumerableHoliday