ColumnType Enumeration
Defines MSI column types.
Members
| Member | Description | 
|---|---|
| Localized | Column is a localizable string. | 
| Number | Column is a number. | 
| Object | Column is a binary stream. | 
| Preserved | Column is a string that is preserved in transforms (like Object). | 
| String | Column is a string. | 
| Unknown | Unknown column type, default and invalid. | 
| WixToolset.Data.dllversion5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |