AddIn.Installed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.