A table that contents contains custom properties stored for user containers
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| name | varchar | 100 | false | The name of the property Primary key. | |
| propValue | varchar | 3500 | false | The value of the property | |
| userContainerID | bigint | N/A | false | User Container ID. Primary key. |