# Properties

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [OTA_HotelSearchRS](/connectivity/docs/api-reference/ota_hotelsearchrs)/`Properties` | - | array of [Property](/connectivity/docs/glossary_of_terms#property) | 0..1 | - |
| `Properties`/`@LastChange` | The date and time the property was last modified (CE(S)T). | string | 1..1 | Format: `YYYY-MM-DD HH:MM:SS` |
| `Properties`/[Property](/connectivity/docs/glossary_of_terms#property) | Details of a property. | object | 0..* | - |


## XML


```xml
<Properties
  LastChange="2015-12-01 12:00:00">
  <Property ... >
      ...
  </Property>
  <Property ... >
      ...
  </Property>
</Properties>
```

## Related endpoints

* [/ota/OTA_HotelSearch](/connectivity/docs/ota-hotelsearch)