Heureka API .NET Documentation
LengthOfHeaderStructure Property



Syntax
'Declaration
 
Public Property LengthOfHeaderStructure As UShort
'Usage
 
Dim instance As DBaseInfo
Dim value As UShort
 
instance.LengthOfHeaderStructure = value
 
value = instance.LengthOfHeaderStructure
public ushort LengthOfHeaderStructure {get; set;}
public:
property ushort LengthOfHeaderStructure {
   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