[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 AssemblyDescription { get; set; } |
| Visual Basic |
|---|
Public Property AssemblyDescription As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ AssemblyDescription {
String^ get ();
void set (String^ value);
} |
| F# |
|---|
member AssemblyDescription : string with get, set
|
| JScript |
|---|
function get AssemblyDescription () : String
function set AssemblyDescription (value : String) |
Remarks
See Also