Skip Navigation Links.

TableFieldInfo..::..fieldName Property

An array containing the names of the fields.

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

Syntax

Visual Basic
Public ReadOnly Property fieldName As String()
	Get
C#
public string[] fieldName { get; }
Visual C++
public:
property array<String^>^ fieldName {
	array<String^>^ get ();
}
JavaScript
function get_fieldName();

See Also