[This is preliminary documentation and is subject to change.]
Namespace: Tools.TotalCommanderTAssembly: 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
See Also