FileEntryCount Property
Total number of entries in a file.
Syntax
[VB.NET] Public ReadOnlyProperty FileEntryCount As Integer
[C#] public int FileEntryCount {get;}
Remarks
An entry is defined as a Detail Record or an Addenda Record. Header and Control records are ignored.
This property is read-only.
Default Value
0