AFCsvColumn Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFCsvColumn type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DataType |
Get or set the type of the data that will be exported or imported for the column.
| |
| Description |
Get or set the description of the column.
| |
| IsRequired |
This read-only property returns a boolean flag indicating whether the column is required for CSV import or export.
| |
| Name |
This read-only property returns a string that is the name of the column, including any optional prefix specified
when the column object was initialized.
| |
| ObjType |
Get or set the type of the AF object that uses the column.
| |
| ShortName |
This read-only property returns a string that is the short name of the column, excluding any optional prefix specified
when the column object was initialized.
|