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

Gets name (without extension) of plugin when it is generated. Ignored when null.

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

Syntax

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

See Also