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

When set to non-null value serves as value of the [System::Runtime::InteropServices::GuidAttribute] 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 AssemblyGuid { get; set; }
Visual Basic
Public Property AssemblyGuid As String
	Get
	Set
Visual C++
public:
property String^ AssemblyGuid {
	String^ get ();
	void set (String^ value);
}
F#
member AssemblyGuid : string with get, set
JScript
function get AssemblyGuid () : String
function set AssemblyGuid (value : String)

Remarks

When null, no [System::Runtime::InteropServices::GuidAttributte] is attached

See Also