Click or drag to resize

IntermediationAgreementWebVacationTypes Property

The available and configured vacation types. If a vacation type is not configured then the list of week or dateintervals is empty.

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<VacationTypeConfigurationWeb> VacationTypes { get; set; }

Property Value

Type: IListVacationTypeConfigurationWeb
See Also