CsvColumnAttributeFieldIndex Property |
Gets the index of the field in the CSV file.
Namespace:
Enkoni.Framework.Serialization
Assembly:
Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntaxpublic int FieldIndex { get; }
Public ReadOnly Property FieldIndex As Integer
Get
public:
property int FieldIndex {
int get ();
}
member FieldIndex : int with get
Property Value
Type:
Int32
See Also