BookingCriteriaNumberOfChildrenAsAdults Property |
The number of adolescents (age 4-11) to stay in the house.
When determining if the house can accomodate the required number of persons, the properties
NumberOfAdults and
NumberOfChildrenAsAdults
are added together. Please note that these two numbers combined may not surpass the
NumberOfPersons for the specific rental object.
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)
Syntaxpublic int NumberOfChildrenAsAdults { get; set; }
Property Value
Type:
Int32
RemarksThis property is optional.
See Also