Click or drag to resize

RentalAgreementWebAccommodateChildren Property

Number of childrens that the rental object can accomodate by default. No constraint, just info.

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 int? AccommodateChildren { get; set; }

Property Value

Type: NullableInt32
See Also