Skip Navigation Links.

H5DataSetId..::..Id Property

Allow read-only access to the internal HDF5 id to HDF5 library members. (members of this assembly).

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Id As Integer
	Get
C#
public virtual int Id { get; }
Visual C++
public:
virtual property int Id {
	int get ();
}
JavaScript
function get_id();

Implements

H5Id..::..Id

See Also