ddadef6f cfbe 322d e115 3ef6ce259b66 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets or sets value of custom property.
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 Value { get; set; }VB
Public Property Value As String
Get
SetType: String
Value of custom property.
TEE Object Element Usage
<Property Value="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.