Skip Navigation Links.

Header..::..version Property

Version number of header format in file

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public ReadOnly Property version As Integer
	Get
C#
public int version { get; }
Visual C++
public:
property int version {
	int get ();
}
JavaScript
function get_version();

See Also