AddIn.Installed Property

Definition

True if the add-in is installed.

public:
 property bool Installed { bool get(); void set(bool value); };
public bool Installed { get; set; }
Public Property Installed As Boolean

Property Value

Remarks

Setting this property to True installs the add-in and calls its Auto_Add functions. Setting this property to False removes the add-in and calls its Auto_Remove functions.

Applies to