  | IRecordWriterRecordsWritten Property  | 
 
            Gets the total number of records written by this record writer.
            
 
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxint RecordsWritten { get; }ReadOnly Property RecordsWritten As Integer
	Get
property int RecordsWritten {
	int get ();
}abstract RecordsWritten : int with get
Property Value
Type: 
Int32
See Also