Holds additional data about csm objects
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | The property id |
| name | nvarchar(64) | not null | The name of the property |
| value | nvarchar(1024) | not null | Contains the value of the property as string |
| object | integer | not null | The id of the object (from table csm_object) |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| id | csm_v_parameter csm_v_computer |