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

When set to non-null value serves as value of the AssemblyTitleAttribute applied to plugin wrapper assembly.

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

Syntax

C#
public string AssemblyTitle { get; set; }
Visual Basic
Public Property AssemblyTitle As String
	Get
	Set
Visual C++
public:
property String^ AssemblyTitle {
	String^ get ();
	void set (String^ value);
}
F#
member AssemblyTitle : string with get, set
JScript
function get AssemblyTitle () : String
function set AssemblyTitle (value : String)

Remarks

When null, AssemblyTitleAttribute from type's assembly is used.

See Also