AddInManagerAddInInstallTemp Property |
Gets or sets the addin install temporary directory.
This is a directory used to store AddIns that should be installed on
the next start of the application.
This property is normally initialized by
ConfigureUserAddIns(String, String).
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string AddInInstallTemp { get; set; }
Property Value
StringSee Also