The name of the field. The maximum length of a field name is 10 characters

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public Property FieldName As String
C#
public string FieldName { get; set; }
Visual C++
public:
property String^ FieldName {
	String^ get ();
	void set (String^ value);
}

See Also