RentalObjectsIntervalCriteriaRegionIds Property |
A List of region ids from which to retrieve Rental Objects. If the list is empty all Rental Objects are retrieved regardless of region.
If CountryIsoCode is empty this list is ignored. Otherwise the region ids must belong to the specified country or be 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)
Syntaxpublic IList<int> RegionIds { get; set; }
Property Value
Type:
IListInt32
RemarksThis property is optional.
See Also