Click or drag to resize

VacationTypeConfigurationWebSelectedWeeks Property

The selected week numbers where this vacation type applies.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<int> SelectedWeeks { get; set; }

Property Value

Type: IListInt32
Remarks
If AllowConfigureWeeks is false then this collection is always empty and ignored. Use SelectedIntervals instead.
See Also