Click or drag to resize

RentalObjectCombinedWebComments Property

If any extra conditions or comments apply to the rental object in the specific booking period it is stated here. For example: No renting to youth groups.

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<RentalObjectCommentWeb> Comments { get; set; }

Property Value

Type: IListRentalObjectCommentWeb
See Also