Heureka API .NET Documentation
LengthOfEachRecord Property



Syntax
'Declaration
 
Public Property LengthOfEachRecord As UShort
'Usage
 
Dim instance As DBaseInfo
Dim value As UShort
 
instance.LengthOfEachRecord = value
 
value = instance.LengthOfEachRecord
public ushort LengthOfEachRecord {get; set;}
public:
property ushort LengthOfEachRecord {
   ushort get();
   void set (    ushort value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DBaseInfo Class
DBaseInfo Members

Send Feedback