Click or drag to resize

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.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string AddInInstallTemp { get; set; }

Property Value

String
See Also