[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Syntax

Visual Basic (Declaration)
Public ReadOnly Property objectType As H5GType
C#
public H5GType objectType { get; }
C++
public:
H5GType objectType {
	H5GType get ();
}