Click or drag to resize

AddInManagerUserAddInPath Property

Gets or sets the user addin path. This is the path where user AddIns are installed to. 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 UserAddInPath { get; set; }

Property Value

String
See Also