5358b471 a5cd 16a3 4f2e c6f22cc2256e - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets or sets the name of the field.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string Name { get; set; }VB
Public Property Name As String
Get
SetType: String
The name of the field. Are only allow strings made up of letters, numbers and following special chars '_ - # * @ % $'.
| Exception | Condition |
|---|---|
| ArgumentNullException | If value is null. |
| InvalidFieldIdentifierNameException | If value not is a valid field identifier name. |
ITEE Object Element Usage
<Field Name="string" .../>Compatibility table with native writers.
| Comma-Separated Values CsvWriter |
Tab-Separated Values TsvWriter |
SQL Script SqlScriptWriter |
XML Spreadsheet 2003 Spreadsheet2003TabularWriter |
|---|---|---|---|
| X | X | X | X |
X value indicates that the writer supports this element.