The Class CustomFieldMatrixColumnDto.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| code | string | attribute | 1/1 | The code. | |
| columnUse | customFieldColumnUseEnum | attribute | 1/1 | The column use. | |
| keyType | customFieldMapKeyEnum | attribute | 1/1 | The key type. | |
| label | string | attribute | 1/1 | The label. | |
| position | int | attribute | 1/1 | The position. |
Example
<CustomFieldMatrixColumn code="..." columnUse="..." keyType="..." label="..." position="..."/>