[This is preliminary documentation and is subject to change.]

Gets name of the field (column)

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public string FieldName { get; }
Visual Basic
Public ReadOnly Property FieldName As String
	Get
Visual C++
public:
property String^ FieldName {
	String^ get ();
}
F#
member FieldName : string
JScript
function get FieldName () : String

Return Value

Name of the field (column). It does not contain dot (.), pipe (|), colon (:) or nullchar.

See Also