Click or drag to resize

PricesAndArrivalsPersonsMax Property

If the price over the booking is dependent on the number of persons, this field defines the upper limit for the number of persons. Otherwise it 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 int? PersonsMax { get; set; }

Property Value

Type: NullableInt32
See Also