InstanceTypeProperty Table

InstanceTypeProperty defines extra custom properties for instances of the specified type.

Table 1. Database columns for InstanceTypeProperty table

Database Column

Details

InstanceTypePropertyID

Type: integer. Key. Generated ID

A unique identifier for each property.

PropertyName

Type: text (max 256 characters). Key

The name of the property.

InstanceTypeID

Type: integer. Key

Foreign key to the InstanceType table.

CustomPropertyDisplayX MLID

Type: integer. Nullable

Foreign key to a record in the CustomPropertyDisplayXML table, describing how to show the property on a property dialog.