Contains a list of properties for discovered software installations
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dis_sw_prop_uuid | byte(16) | not null | Discovered software property ID. Primary key. |
| dis_sw_uuid | byte(16) | with null | Foreign key to the ca_discovered_software table for the installed software this property describes. |
| software_property_name | nvarchar(50) | with null | Property name |
| software_property_value | nvarchar(255) | with null | Property value |
| creation_user | nvarchar(64) | with null | Creation User |
| creation_date | integer | with null | Creation Date |
| last_update_user | nvarchar(64) | with null | Last update user |
| last_update_date | integer | with null | Last update date. |
| version_number | integer | with null | Version number. |
| exclude_registration | integer | with null | Exclude registration |
| delete_time | integer | with null | Delete time |
Product Name: Asset
Table Type: Table